Re: Do I have to quit python to load a module?

2007-05-05 Thread Peter Otten
wang frank wrote: When I edit a module, I have to quit python and then restart python and then import the module. Are there any way to avoid quit python to load an updated module? When I am debugging a module code, I need to constantly make changes. It is not convenient to quit and reload.

Re: Do I have to quit python to load a module?

2007-05-05 Thread Carsten Haese
On Sat, 2007-05-05 at 05:33 +, wang frank wrote: Hi, When I edit a module, I have to quit python and then restart python and then import the module. Are there any way to avoid quit python to load an updated module? When I am debugging a module code, I need to constantly make changes.

Do I have to quit python to load a module?

2007-05-04 Thread wang frank
Hi, When I edit a module, I have to quit python and then restart python and then import the module. Are there any way to avoid quit python to load an updated module? When I am debugging a module code, I need to constantly make changes. It is not convenient to quit and reload. Thanks Frank