Re: Recognizing the email package

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Marcus.CM

    Re: Recognizing the email package

    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
    >

Working...