[LDTP-Dev] Python issues.
Sean Miller
seanbmiller at gmail.com
Thu Oct 29 07:11:04 PDT 2009
I'm having some issues with python:
[semiller at semiller ldtp]$ python
Python 2.6.3 (r263:75183, Oct 14 2009, 12:18:52)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-44)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from ldtp import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.4/site-packages/ldtp.py", line 53, in <module>
from xml.parsers.expat import ExpatError
File "/usr/lib/python2.4/site-packages/_xmlplus/parsers/expat.py", line 4,
in <module>
from pyexpat import *
ImportError: /usr/lib/python2.4/site-packages/_xmlplus/parsers/pyexpat.so:
undefined symbol: PyUnicodeUCS4_Decode
>>>
[semiller at semiller ldtp]$ ldtpeditor
Traceback (most recent call last):
File "/usr/local/bin/ldtpeditor", line 40, in <module>
from xml.parsers.expat import ExpatError
File "/usr/lib/python2.4/site-packages/_xmlplus/parsers/expat.py", line 4,
in <module>
from pyexpat import *
ImportError: /usr/lib/python2.4/site-packages/_xmlplus/parsers/pyexpat.so:
undefined symbol: PyUnicodeUCS4_Decode
Any suggestions?
Thanks,
Sean
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freedesktop.org/archives/ldtp-dev/attachments/20091029/e6e22663/attachment.htm
More information about the LDTP-dev
mailing list