Win32 Python 2.0 Readline Module or Is python20.lib missing symbols?

Gilles Lenfant glenfant at equod.com.nospam
Mon Nov 20 13:42:32 EST 2000


Hmmm!

Seems that readline module requires GNU libraries available only with
Unix....
see http://www.python.org/doc/2.0b1/lib/module-readline.html

Sorry...

<jlt63 at my-deja.com> a écrit dans le message news:
8vba7q$91v$1 at nnrp1.deja.com...
> [My post on Fri, 17 Nov 2000 10:52:08 -0500 appears to have only made it
to
> the mailing list and not to the newsgroup.  So, I am reposting directly
> to the newsgroup. I apologize for the dup, if you receive one.  Sigh...]
>
> Has anyone been successful building the Readline Module for Win32 Python
> 2.0?
>
> I'm attempting to redo the 1.5.2 port by Paul Sokolovsky or Robert
> Kern as described in
>
>     http://www.is.lg.ua/~paul/devel/readline/pymodule.html
>
> and
>
>     http://starship.python.net/crew/kernr/binaries/Binaries.html
>
> respectively.
>
> After fiddle around, I seemed to have discovered that python20.lib is
> missing the following symbols that were in python15.lib:
>
>     PyExc_IOError
>     PyExc_TypeError
>     PyOS_InputHook
>     PyOS_ReadlineFunctionPointer
>     _Py_NoneStruct
>
> This causes the Mingw link to fail when building readline.pyd with
> undefined references to the above symbols.  I even rebuilt Python (using
> MSVC 6.0) from CVS and the symbols are still missing from python20.lib.
>
> Is the above a known issue?
>
> Any pointers or suggestions would be greatly appreciated.
>
> Thanks,
> Jason
>
> --
> Jason Tishler
> Director, Software Engineering       Phone: +1 (732) 264-8770 x235
> Dot Hill Systems Corporation         Fax:   +1 (732) 264-8798
> 82 Bethany Road, Suite 7             Email: Jason.Tishler at dothill.com
> Hazlet, NJ 07730 USA                 WWW:   http://www.dothill.com
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.




More information about the Python-list mailing list