6 Aug
2003
6 Aug
'03
6:23 p.m.
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