Hi Tutors,

I"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:

>>>
os.chdir('/Users/elisha/Documents/workspace/CacheNetFramework/src/Tests')
>>> os.getcwd()
'/Users/elisha/Documents/workspace/CacheNetFramework/src/Tests'
>>> import CSITest

Traceback (most recent call last):
  File "<pyshell#9>", line 1, in <module>
    import CSITest
ImportError: No module named CSITest


What am I doing wrong?

Thanks

Elisha
_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to