<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2800.1522" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<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"nautilus.py".<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 
"nautilus.py", 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 "#from ldtp import *" ,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 
"nautilus.py", 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 "#from ldtputils import *" ,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 
"nautilus.py", 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></BODY></HTML>