How do I Refresh External Methods?
I am changing the Python module that an external method refers to. In order to see my changes in my browser I must first delete the external method and then create it again. That is tedious. Is there a better way to force Zope to recompile the external method so that it uses the current version of my Python module? __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com
On Sat, Jul 27, 2002 at 05:49:05AM -0700, Jonathan Mark wrote:
I am changing the Python module that an external method refers to. In order to see my changes in my browser I must first delete the external method and then create it again.
Go to your external method management page in the ZMI and click on the "Save Changes" button. I too asked the very same question :-) bye, Jerome Alet
Jerome Alet writes:
On Sat, Jul 27, 2002 at 05:49:05AM -0700, Jonathan Mark wrote:
I am changing the Python module that an external method refers to. In order to see my changes in my browser I must first delete the external method and then create it again.
Go to your external method management page in the ZMI and click on the "Save Changes" button. Or run Zope in debug mode ("-D" startup option), then it is done automatically.
Dieter
participants (3)
-
Dieter Maurer -
Jerome Alet -
Jonathan Mark