[XML-SIG] Re: newbie question : ImportError:/usr/lib/python2.2/lib-dynload/pyexpat.so: undefined symbol:PyUnicodeUCS4_Decode

Fredrik Lundh fredrik at pythonware.com
Wed Aug 6 14:23:40 EDT 2003


Alexandre.Tan at nokia.com wrote:

> I have a problem with the following import : (Red Hat 7.3, PyXML-0.7-4, Python2.2)
> "import xml.parsers.expat"
>
> I receive the following message of error :
> "ImportError: /usr/lib/python2.2/lib-dynload/pyexpat.so: undefined
> symbol: PyUnicodeUCS4_Decode"
>
> I didn't find a thread on this in the Archive. I thank you in advance
> for any tip that could help me get out of this ... :-)

the second google hit for "undefined symbol: PyUnicodeUCS4_Decode"
is:

    http://mail.python.org/pipermail/xml-sig/2003-January/008920.html

which explains the problem (but in reverse).

</F>






More information about the XML-SIG mailing list