[Zope] Importing from

Gilles Lenfant gilles@pilotsystems.net
Thu, 9 Aug 2001 22:04:36 +0200


Hi,

I got some scripts in $ZOPEROOT/Extensions. One of them (GlobalDefs.py)
contains definitions for other modules.
I got an ImportError when accessing this module with "import GlobalDefs"
from other modules (that are used from Zope)
Thought that the dir of a main module is always in the import path.

Any hint ? Where should I put this ?

TIA

--Gilles