importing poplib: unauthorized
I have a server side Python script in which I want to use the poplib module. When access this script though cgi it crashes with the following error: Error Type: ImportError Error Value: import of "poplib" is unauthorized Zope won't let me import the module! Any idea on how I would go about fixing this? I assume it has something to do with the files permissions but I'm still stuck. Why is this "unauthorized"? --Jack Daniel
This is a FAQ: see PythonScript/README.txt -aj --On Mittwoch, 6. August 2003 14:23 Uhr -0400 Jack Daniel <dtrahan@cfl.rr.com> wrote:
I have a server side Python script in which I want to use the poplib module. When access this script though cgi it crashes with the following error:
Error Type: ImportError Error Value: import of "poplib" is unauthorized
Zope won't let me import the module! Any idea on how I would go about fixing this? I assume it has something to do with the files permissions but I'm still stuck. Why is this "unauthorized"?
--Jack Daniel
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Andreas Jung -
Jack Daniel