how does the main module notice when I change a module

Irmen de Jong irmen at -NOSPAM-REMOVETHIS-xs4all.nl
Fri Aug 15 17:12:43 EDT 2003


Marcus Schneider wrote:

> I use PythonWin on WinXP. Every time I change a module, I have to
> leave PythonWin and re enter to make it notice I have made changes. I
> guess this is not the normal way to do that.. do I have to store the
> module at a specific place? Is there a kind of "reset" command to make
> the main module update specific data?

Doesn't "reload(MyModule)" work?
Type it at the interactive prompt.

--Irmen





More information about the Python-list mailing list