I'm having some issues with python: [semil...@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 >>>
[semil...@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
_______________________________________________ LDTP-dev mailing list LDTP-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/ldtp-dev