[mod_python] cgihandler module reloads

Gregory Trubetskoy grisha at modpython.org
Fri Oct 20 15:22:15 EST 2000


On Fri, 20 Oct 2000, Shannon -jj Behrens wrote:

> Is there any way I can force it to reload the modules?  By the way, if
> this is documented elsewhere, please send me there, and I'll stop
> bugging you guys ;)

well... to change your script to have somthing like

import mymodule
mymodule = reload(mymodule)

is about your only option...

Grisha





More information about the Mod_python mailing list