Arild B. Næss wrote:
> I haven't found out how to change the working directory in IDLE,  
> though – and for some reason it seems to be a different one this  
> session from the last one. Does anyone know?
>       (I use a mac by the way.)


take a look at os.chdir()

This changes the interpreter's working dir (and thus whatever you're 
writing into the prompt in IDLE)

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to