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

No, that should work (it did work here).

One thing is that pydev has no 'dependency tracking', which means that after
analyzing some module, changes in a different module won't make that module
be reanalyzed (it's very difficult to track that on python because of its 
dynamic
nature), so, what could be happening is that pydev didn't reanalyze that file.
It usually does that when you: save a file, periodically when you're writing
in the file after some elapsed time (if you've set your preferences for it to
do that) and when you force an analysis (which can be done by pressing Ctrl+2
and then 'c')

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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to