15 Feb
2002
15 Feb
'02
10:54 p.m.
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