On Thu, Jan 7, 2010 at 3:13 PM, Nikolaus Rath <nikol...@rath.org> wrote:
> Hello,
>
> PyDev insists to generate 'Undefined variable from import: AES' for the
> statement 'pycryptopp.cipher.aes.AES(key)' (with 'import pycryptopp'
> before), although this statement works perfectly.
>
> How can I get rid of this error without completely disabling code
> analysis or warnings about undefined imports?
>

You can try to add pycryptopp.cipher.aes to the forced builtins (see:
http://pydev.org/manual_101_interpreter.html )

Cheers,

Fabio

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to