Hi<br>
<br>
You have mentioned that you have installed LDTP 0.2.0. But it seems
python in your system is not able to locate the LDTP files ldtp.so,
ldtputils.py. These are the files that get copied to the folder&nbsp;
&lt;python-home&gt;/site-packages/ in the distributions i have worked
with.<br>
<br>
Please search for the files ldtp.so and ldtputils.py (it will be
available in the pyldtp source directory if you have built from source).<br>
<br>
Identify the python installation directory (in GNOME it is
/usr/lib/python-2.4). In the site-packages directory, copy the
ldtp.so.and ldtputils.py file.<br>
<br>
Alternatively,&nbsp; add their path to PYTHONPATH environment variable
(please refer <a href="http://docs.python.org/tut/node8.html">http://docs.python.org/tut/node8.html</a> and
<a href="http://www.modpython.org/live/mod_python-3.1.2b/doc-html/dir-other-pp.html">http://www.modpython.org/live/mod_python-3.1.2b/doc-html/dir-other-pp.html</a>).<br>
<br><br>
Premkumar J<br>
<br><div><span class="gmail_quote">On 11/17/05, <b class="gmail_sendername">½ª¹úΰ</b> &lt;<a href="mailto:jianggw@bsw.net.cn">jianggw@bsw.net.cn</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">







<div><font size="2"></font>&nbsp;</div>
<div><font size="2">hello! The following error happened when I try to run&nbsp;any 
existing test script such as&quot;nautilus.py&quot;.<br>The LDTP version is 2.0, Firefox 
is 1.06 and the linux is co-create linux developed by an chinese company named 
co-create.<br>Whether should I install any extra packages?Thank 
you!</font></div>
<div><font size="2"></font>&nbsp;</div>
<div><font size="2">the front part of the script is:</font></div>
<div><font size="2"></font>&nbsp;</div>
<div><font size="2">#!/usr/bin/python</font></div>
<div>&nbsp;</div>
<div><font size="2">from ldtp import *<br>from ldtputils import *<br>import sys, 
string, os, commands, time, filecmp</font></div>
<div>&nbsp;</div>
<div><font size="2">initappmap ('nautilus.map')<br>launchapp 
('nautilus')</font></div>
<div><font size="2"></font>&nbsp;</div>
<div><font size="2">when I run it,</font></div>
<div><font size="2">error message:</font></div>
<div><font size="2">Traceback (most recent call last):<br>&nbsp; File 
&quot;nautilus.py&quot;, line 3, in ?<br>&nbsp;&nbsp;&nbsp; from ldtp import 
*<br>ImportError: No module named ldtp</font></div>
<div><font size="2"></font>&nbsp;</div>
<div><font size="2"></font>&nbsp;</div>
<div><font size="2">after I comment in line3 &quot;#from ldtp import *&quot; ,run the 
script,</font></div>
<div><font size="2">error message:</font></div>
<div><font size="2"></font>&nbsp;</div>
<div><font size="2">Traceback (most recent call last):<br>&nbsp; File 
&quot;nautilus.py&quot;, line 4, in ?<br>&nbsp;&nbsp;&nbsp; from ldtputils import 
*<br>ImportError: No module named ldtputils</font></div>
<div><font size="2"></font>&nbsp;</div>
<div><font size="2">
<div><font size="2">after I comment in line4 &quot;#from ldtputils import *&quot; ,run the 
script,</font></div>
<div><font size="2">error message:</font></div></font></div>
<div><font size="2"></font>&nbsp;</div>
<div><font size="2">Traceback (most recent call last):<br>&nbsp; File 
&quot;nautilus.py&quot;, line 7, in ?<br>&nbsp;&nbsp;&nbsp; initappmap 
('nautilus.map')<br>NameError: name 'initappmap' is not defined</font></div>
<div><font size="2"></font>&nbsp;</div>
<div><font size="2"></font>&nbsp;</div>
<div><font size="2"></font>&nbsp;</div>
<br>_______________________________________________<br>LDTP-dev mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:LDTP-dev@lists.freedesktop.org">LDTP-dev@lists.freedesktop.org</a><br>
<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.freedesktop.org/mailman/listinfo/ldtp-dev" target="_blank">http://lists.freedesktop.org/mailman/listinfo/ldtp-dev</a><br><br><br></blockquote></div>
<br>