Recognizing the email package
Marcus.CM
marcus at internetnowasp.net
Sun Sep 14 21:36:48 EDT 2008
More information about the Python-list mailing list
Sun Sep 14 21:36:48 EDT 2008
- Previous message (by thread): "Best" way to "drive" a Python program step by step.
- Next message (by thread): RELEASED Python 2.6rc1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, Actually i think its the email package that needs to be "redefined", using lazyimporter is a bad decision and a lousy one. Even py2exe could not handle it correctly. Marcus. Wingware Support wrote: > Marcus.CM wrote: >> Is there any reason why the IDE cant recognize the uppercase >> attribute names of the email package but its the recommended naming . > > This is due to the email package using LazyImporter objects to > dynamically assign names at runtime in ways that the Wing source > analyzer doesn't understand. We'll try to fix this in future Wing > versions. > > Thanks, > > John >
- Previous message (by thread): "Best" way to "drive" a Python program step by step.
- Next message (by thread): RELEASED Python 2.6rc1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list