I searched for the ldtp &amp; python and ldtp was installed in python2.4, and ran this: I also changed my PYTHONPATH to 2.4:<br>export PYTHONPATH=/usr/lib/python2.4/site-packages/:$PYTHONPATH<br><br>Now the commands from the tutorial work when I start from python2.4! Thank you very much for the help! <br>
<br>I get a different error when I start ldtpeditor:<br><br>Could not find platform independent libraries &lt;prefix&gt;<br>Could not find platform dependent libraries &lt;exec_prefix&gt;<br>Consider setting $PYTHONHOME to &lt;prefix&gt;[:&lt;exec_prefix&gt;]<br>
&#39;import site&#39; failed; use -v for traceback<br>Traceback (most recent call last):<br>  File &quot;/usr/bin/ldtpeditor&quot;, line 39, in &lt;module&gt;<br>    from xml.sax import saxutils<br>  File &quot;/usr/lib/python2.4/site-packages/_xmlplus/sax/saxutils.py&quot;, line 8, in &lt;module&gt;<br>
    import os, urlparse, urllib2, types<br>  File &quot;urllib2.py&quot;, line 90, in &lt;module&gt;<br>    import base64<br>  File &quot;base64.py&quot;, line 9, in &lt;module&gt;<br>    import struct<br>ImportError: No module named struct<br>
<br><br><br>