ImportError: /usr/lib/python2.2/site-packages/libusermodule.so: undefined symbol: PyUnicodeUCS4_AsUTF8String
Ted Nienstedt
tnienstedt at telesyn.com
Thu Jul 24 11:20:05 EDT 2003
I upgraded python to 2.2.3 on Linux Redhat 9 and now some linux services
don't work .
For example, attempting to launch 'Users and Groups' or running
/usr/bin/redhat-config-users results in:
Traceback (most recent call last):
File "/usr/share/redhat-config-users/redhat-config-users.py", line 25 in
?
import libuser
ImportError: /usr/lib/python2.2/site-packages/libusermodule.so:
undefined symbol: PyUnicodeUCS4_AsUTF8String
I used the rpm files on http://www.python.org/2.2.3/rpms.html
I installed tkinter and python-tools also.
I also, probably foolishly, used the -replacefiles option of the rpm
command.
What did I do wrong? How do I recover?
Thanks,
Ted Nienstedt
Telesyn
919-645-4915
tnienstedt at telesyn.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20030724/e18b9c8d/attachment.html>
More information about the Python-list
mailing list