[Zope] (no subject)
Oleg Broytmann
Oleg Broytmann <phd@mail2.phd.pp.ru>
Fri, 16 Feb 2001 13:43:15 +0300 (MSK)
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.