undefined symbol: PyUnicodeUCS4*

Fredrik Lundh fredrik at pythonware.com
Tue Sep 20 03:48:06 EDT 2005


Analabha Roy wrote:

> I did not build python from source at all, but installed it from rpm
> (python-2.3.4-13.1) downloaded from fc3 repositories.

the problem isn't with the python interpreter, it's that you're using
add-on libraries that don't match your interpreter installation.

where did you get the RHPL library, for example?

   ImportError: /usr/lib/python2.3/site-packages/rhpl/iconv.so:
   undefined symbol: PyUnicodeUCS4_AsUTF8String

(iirc, RHPL is the RedHat Python Library)

</F>






More information about the Python-list mailing list