16 Feb
2001
16 Feb
'01
10:43 a.m.
On Fri, 16 Feb 2001, Arenz, Ralph wrote:
at the moment I'am working with external python-Methods in Zope. To obtain that the changes in a python file takes effect i have to restart the zope server! Is there a way to avoid restarting zope after changing the content of the python module ?
If Zope is running in debug mode - all changes are automatically noticed and Methods reloaded. If not - just go to the web-representtaion (object) of the Method and enter it. Zope will reload modified Method. Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.