I searched for the ldtp & 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 <prefix><br>Could not find platform dependent libraries <exec_prefix><br>Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]<br>
'import site' failed; use -v for traceback<br>Traceback (most recent call last):<br> File "/usr/bin/ldtpeditor", line 39, in <module><br> from xml.sax import saxutils<br> File "/usr/lib/python2.4/site-packages/_xmlplus/sax/saxutils.py", line 8, in <module><br>
import os, urlparse, urllib2, types<br> File "urllib2.py", line 90, in <module><br> import base64<br> File "base64.py", line 9, in <module><br> import struct<br>ImportError: No module named struct<br>
<br><br><br>