[Zope] Importing a third party module into Python Scripts
Dieter Maurer
dieter@handshake.de
Fri, 15 Feb 2002 23:54:35 +0100
florian reiser writes:
> I want to import a third party module into a python script. But I get always
> an Import Error. The modules works fine when used without zope or inside a
> zope product.
"ImportError" or "Unauthorized"?
"ImportError" would indicate a problem in the module itself (usually
exceptions tell more about their cause, what does it tell?).
"Unauthorized" would indicate that some security declaration
is missing.
Dieter