I&#39;m having some issues with python:<br><br>[semiller@semiller ldtp]$ python<br>Python 2.6.3 (r263:75183, Oct 14 2009, 12:18:52)<br>[GCC 4.1.2 20080704 (Red Hat 4.1.2-44)] on linux2<br>Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.<br>
&gt;&gt;&gt; from ldtp import *<br>Traceback (most recent call last):<br>  File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;<br>  File &quot;/usr/lib/python2.4/site-packages/ldtp.py&quot;, line 53, in &lt;module&gt;<br>
    from xml.parsers.expat import ExpatError<br>  File &quot;/usr/lib/python2.4/site-packages/_xmlplus/parsers/expat.py&quot;, line 4, in &lt;module&gt;<br>    from pyexpat import *<br>ImportError: /usr/lib/python2.4/site-packages/_xmlplus/parsers/pyexpat.so: undefined symbol: PyUnicodeUCS4_Decode<br>
&gt;&gt;&gt;    <br><br>[semiller@semiller ldtp]$ ldtpeditor<br>Traceback (most recent call last):<br>  File &quot;/usr/local/bin/ldtpeditor&quot;, line 40, in &lt;module&gt;<br>    from xml.parsers.expat import ExpatError<br>
  File &quot;/usr/lib/python2.4/site-packages/_xmlplus/parsers/expat.py&quot;, line 4, in &lt;module&gt;<br>    from pyexpat import *<br>ImportError: /usr/lib/python2.4/site-packages/_xmlplus/parsers/pyexpat.so: undefined symbol: PyUnicodeUCS4_Decode<br>
<br><br>Any suggestions? <br>Thanks,<br>Sean<br><br><br><br>