Re: Load / Reload module

2009-02-04 Thread Peter Otten
Scott David Daniels wrote: > Marius Butuc wrote: >> I want do declare some classes (classes.py) in an external editor, >> than import the file and use the classes. After I change the file, I >> want to reload the definitions w/o leaving the interactive >> interpreter. >> >> So far I have tried >>

Re: Load / Reload module

2009-02-04 Thread Scott David Daniels
Marius Butuc wrote: I want do declare some classes (classes.py) in an external editor, than import the file and use the classes. After I change the file, I want to reload the definitions w/o leaving the interactive interpreter. So far I have tried - import classes # doesn't import