Hi Tutors,<br><br>I&quot;m using Python 2.6.2 and the IDLE tool (also v. 2.6.2). However, when I open the editor I cannot seem to change the directory so as to allow for easy access to my modules. So, for example, the following occurs:<br>
<br>&gt;&gt;&gt; os.chdir(&#39;/Users/elisha/Documents/workspace/CacheNetFramework/src/Tests&#39;)<br>&gt;&gt;&gt; os.getcwd()<br>
&#39;/Users/elisha/Documents/workspace/CacheNetFramework/src/Tests&#39;<br>&gt;&gt;&gt; import CSITest<br><br>Traceback (most recent call last):<br>  File &quot;&lt;pyshell#9&gt;&quot;, line 1, in &lt;module&gt;<br>    import CSITest<br>
ImportError: No module named CSITest<br><br><br>What am I doing wrong?<br><br>Thanks<br><br>Elisha<br>