[Zope] - evaluation of external methods

David Ascher da@skivs.ski.org
Thu, 10 Dec 1998 13:24:19 -0800 (Pacific Standard Time)


When external methods are added or updated, the Python code in their
module is evaluated in some (obscure to me) way.  The current working
directory at the time of evaluation is not the same as the current working
directory when the method is invoked. This has forced me to move some
things inside of functions instead of at the module-level.  Is this a bug
or a feature?

--david