[Pydev-users] 1.3.13 experiences

2008-02-12 Thread jelle feringa
Hi, I've upgraded to the last version of pydev, but I seem to be having a few problems. First of all, I'm experiencing issues with the display of docstrings on modules that are in the "forced builtin libs" section of the interpreter config. Thing is that the docstrings on those modules do not

Re: [Pydev-users] new to pydev | unresolved import

2007-08-09 Thread jelle
his in the namespace as from myFabModule import * rather than import myFabModule which leads to namespace clutter... Having said that though, I'm pretty happy having stumbled into pydev! Cheers, -jelle - This SF

Re: [Pydev-users] new to pydev | unresolved import

2007-08-08 Thread jelle
having all modules re-scanned when changing interpreter? Many thanks, -jelle - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration f

[Pydev-users] new to pydev | unresolved import

2007-08-07 Thread jelle
need to be imported again. Since I've got quite a few of those installed, that takes quite a while. Also, when this is completed, I end up having far more unresolved imports! Regarding the forced builtins: am I correct to assume that this is to support complex namespaces, rather than