2 Oct
2006
2 Oct
'06
6:01 p.m.
----- Original Message ----- From: "Alan" <alanwilter@gmail.com> To: <zope@zope.org> Sent: Monday, October 02, 2006 1:48 PM Subject: [Zope] external method: importing and updating method
Hi List!
In my external method I have something like this: ... sys.path.insert(0, CCPNPYTHON) from memops.general.Io import loadXmlProjectFile ...
the problem I am facing now it that if I update my memops stuff (which is found in CCPNPYTHON path) it seems not to be being updated in Zope, because Zope is still using the old version. (If I run outside Zope, the code works).
I have encountered this problem before, and the quick-fix was to restart Zope (from the ZMI - Control Panel). hth Jonathan