Re: [Pythonmac-SIG] Python 2.4 on OS X 10.3.7

2004-12-27 Thread Gravy
On 27 Dec 2004, at 15:53, John Ochiltree wrote: On 27 Dec 2004, at 11:51, Enrico Franchi wrote: John Ochiltree wrote: . I rebuilt python (adding --enable-readline , although I understand I should no longer have to do this) but still no success in python. I specified in CFLAGS where are the libs a

Re: [Pythonmac-SIG] Python 2.4 on OS X 10.3.7

2004-12-27 Thread John Ochiltree
On 27 Dec 2004, at 11:51, Enrico Franchi wrote: John Ochiltree wrote: . I rebuilt python (adding --enable-readline , although I understand I should no longer have to do this) but still no success in python. I specified in CFLAGS where are the libs and includes (-L and -I for gcc). I used readlin

[Pythonmac-SIG] Python 2.4 on OS X 10.3.7

2004-12-26 Thread John Ochiltree
I have successfully built and installed a framework version of python 2.4 using the source from python.org. However I cannot seem to be able to get readline working. It is installed on the system and is available in terminal windows and Apple's supplied python 2.3. I downloaded the gnu readlin