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
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,
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