[Pythonmac-SIG] Lost among multiple Python version on my mac

2006-11-18 Thread Scott Harris
I've unintentionally set my /usr/bin/python to a new version instead of the original version on OS X 10.4. Is it normally a link to the python in /System/Library/Frameworks/Python.framework/? Also, what's the "best" way to deal with multiple versions on Python on one mac? The binary download

Re: [Pythonmac-SIG] Does anyone on the planet know how to build python-2.5 (WITH READLINE)?

2006-11-18 Thread Ronald Oussoren
On 18 Nov 2006, at 4:34 PM, [EMAIL PROTECTED] wrote: Ronald> You probably have to add the directory containing readline to Ronald> the CFLAGS and LDFLAGS when running Python's configure, AFAIK Ronald> setup.py doesn't automaticly look for readline in Ronald> $prefix/{lib,

Re: [Pythonmac-SIG] Does anyone on the planet know how to build python-2.5 (WITH READLINE)?

2006-11-18 Thread skip
Ronald> You probably have to add the directory containing readline to Ronald> the CFLAGS and LDFLAGS when running Python's configure, AFAIK Ronald> setup.py doesn't automaticly look for readline in Ronald> $prefix/{lib,include}. Since readline is an extension module I think you wa