Re: [Tutor] How to change the working directory in IDLE

2009-06-16 Thread Martin Walsh
Martin Walsh wrote: > Elisha Rosensweig wrote: >> 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.chdi

Re: [Tutor] How to change the working directory in IDLE

2009-06-16 Thread Martin Walsh
Elisha Rosensweig wrote: > 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/Docum

[Tutor] How to change the working directory in IDLE

2009-06-16 Thread Elisha Rosensweig
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/Tes