[Zope-dev] Import Libraries into Python Script

Chris Withers chrisw@nipltd.com
Fri, 16 Feb 2001 17:27:57 +0000


Itai Tavor wrote:
> 
> What's wrong with:
> 
>     import imaplib

      ^^^^^^^^^^^^^

That's the line that barfs...

>      imaplib.__allow_access_to_unprotected_subobjects__ = 1

...so this one never gets executed ;-)

cheers,

Chris