Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7253610
By: fabioz

Well, yes, there are some cases where there's no real way to know about that.

Currently, the ways to deal with that are:

1. Actually declare things in the module so that the analyzer can find those
(e.g.: in the config module, declare the unzip as a variable)

2. Put a comment on that line to silent the error (Just press Ctrl+1 in the
line that has the error and an option will be presented for that)

3. Silent all the import errors in the preferences

4. If it's a class, you can put "@DynamicAttrs" in the docstring and it'll know
that no errors should be raised from having that (maybe the same could be done
for modules -- what do you think?)

Cheers,

Fabio

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to