[Tutor] problems pickling functions

Hugo González Monteverde hugonz-lists at h-lab.net
Thu Jan 11 08:36:43 CET 2007


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)



More information about the Tutor mailing list