www.fabioz.com/pydev/manual_101_interpreter.html >How to check if the information was correctly gotten: > >Make sure that you have lots of 'Forced builtin libs' and some 'System libs'. > >The Forced builtin libs are the libraries that are built-in the interpreter, >such as __builtin__, sha, etc. For python, you should have about 50 libs and >for jython about 30 libs.
>Additionally, you may add other libraries that you want to treat as builtins, >such as os, wxPython, OpenGL, cStringIO, etc.
>This is very important, because Pydev works on the java side only with static information, >but some modules don't have much information when analyzed statically, so, Pydev >creates a shell to get information on those.
>Another important thing is that they must be on your system pythonpath >(otherwise, the shell will be unable to get that information).