[Pythonmac-SIG] updating command line python
Jack Jansen
Jack.Jansen@oratrix.com
Sun, 16 Feb 2003 23:32:19 +0100
On zondag, feb 16, 2003, at 20:49 Europe/Amsterdam, bbum@mac.com wrote:
> In any case, I dropped readline and pyssl modules for Apple's python
> here:
>
> http://pyobjc.sourceforge.net/software/
>
> I have heard rumors that readline no longer builds on December Dev
> tools equipped 10.2 boxes
Don't know about any problems with december devtools, but your readline
doesn't build with 2.3. I'm not sure whether it's supposed to, but
anyway it doesn't because the signature of PyOS_ReadlineFunctionPointer
is different. readline.c has
extern DL_IMPORT(char) *(*PyOS_ReadlineFunctionPointer)(char *);
and pythonrun.h has
PyAPI_DATA(char) *(*PyOS_ReadlineFunctionPointer)(FILE *, FILE *, char
*);
> --
- Jack Jansen <Jack.Jansen@oratrix.com>
http://www.cwi.nl/~jack -
- If I can't dance I don't want to be part of your revolution -- Emma
Goldman -