This post originated from an RSS feed registered with Python Buzz
by Wari Wahab.
Original Post: Things to remember when compiling python
Feed Title: RoughingIT : python
Feed URL: http://roughingit.wari.org/python/index.xml
Feed Description: Life as it happens
I've compiled, installed python 2.3 and it's pretty
much the usual ./configure --prefix=/usr && make && make install affair,
pretty boring, no? Bah! There's always things that I forgot, which makes python
not exciting at all. I'm noting it down here so that I remember when I need to
compile python again (like soon). Of course if there's an RPM I can use that
contains all the modules I need, I'd use that instead. Sigh, Debian makes
things easy
Things to have before compiling:
libreadline-devel: Makes python interactive shell a lot more pleasurable
bzip2-devel: For the new python bzip2 module
db(3|4)-devel: For simple dict like storage in my programs (cross programming languages)
tkinter: For the simple python GUI stuff
And things to install after a new python build:
Twisted - I love this library/framework/tools/servers/swiss army knife/kitchen sink