<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi,<br><br>Help with a "No such file ..." error. I have the next folder structure:<br>---Network contains:<br>    --packets.py<br>    --Temp contains:<br>       -test.py<br><br>Well, within packets.py I do this:<br><span style="font-style: italic;">from Temp.test import *</span><br><br>Within test.py I do this:<br><span style="font-style: italic;">f = open ("topo.txt", "r")</span><br><br>The error is:<br><span style="font-style: italic;">No such file "topo.txt"</span><br><br>However, when I execute test.py, without using neither packets.py nor the folder structure, there is no error, because <span style="font-style: italic;">topo.txt</span> exists.<br><br>I'm sure I'm doing something wrong with the "import" staff or "path" maybe, but have no idea...please help!!!<br><br>Thanks in
 advance!<br><br>**<br>Mónica Guerrero<br>M.Sc. Student<br>Rey Juan Carlos University<br>Madrid<br><br></td></tr></table><br>