[IPython-user] PyReadlineWin32-4.0p22 with Python2.3
Alexandre Gillet
gillet at scripps.edu
Tue Aug 19 19:34:07 CDT 2003
hi,
I try to build and use PyReadline with Python2.3
After few makefile modification I was able to build and use PyReadline
I also had to modify pythonrun.h
The following is define
PyAPI_DATA(char) *(*PyOS_ReadlineFunctionPointer)(FILE *, FILE *, char *);
I replace it by:
PyAPI_DATA(char) *(*PyOS_ReadlineFunctionPointer)(char *);
but I get a weird behavior.
I am getting a non coherent prompt in my python interperter.
I don't get >>> but 3 differents symbols. someting like *!@
Any idea.
Thanks
Alex
--
o Alexandre Gillet email: gillet at scripps.edu
/ The Scripps Research Institute,
o Dept. Molecular Biology, MB-5,
\ 10550 North Torrey Pines Road,
o La Jolla, CA 92037-1000, USA.
/ tel: (858) 784-2053
o fax: (858) 784-2860
More information about the IPython-user
mailing list