<br><br><div><span class="gmail_quote">On 1/17/07, <b class="gmail_sendername">Kent Johnson</b> &lt;<a href="mailto:kent37@tds.net">kent37@tds.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
Thomas Coopman wrote:<br>&gt; When I run One.py from in the directory A, doesn&#39;t look python in it&#39;s<br>&gt; parent directory when it can&#39;t find the module?<br>&gt; And if that&#39;s not the case where and what should I add to the 
sys.path<br>&gt; variable?<br><br>No, Python won&#39;t look in parent directories for imports. Try running<br>One.py from the parent dir of M by typing<br> &gt; python M/A/One.py<br><br>or add the parent dir of M to sys.path
.<br><br>Kent<br><br></blockquote></div>when I try to run it from the parent dir of M, I still get the error,<br>where and when should I add the the parent dir to sys.path?<br><br>when I try from M.A import One in a shell executed in the parent dir of M than it works.
<br><br>The thing is that I would like to run One.py from anywhere and not just from that one directory.<br>-- <br>Thomas Coopman<br><a href="mailto:Thomas.coopman@gmail.com">Thomas.coopman@gmail.com</a>