Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4391820 By: absurdcyrus
I just wanted to try out PyDev on my Eclipse 3.3.0 I installed it, configured the interpreters (/usr/bin/python2.4 and /usr/bin/python2.5). Paths to the libraries also seem to be correct. /usr/lib/python2.4 and /usr/lib/python2.5 are in PYTHONPATH and contain all those Python standard .py and .pyc files As I added the libraries the first confusing thing is that there are only about 20 forced builtins and not 50 as told in the manual. I created a new PyDev project wrote some kind of Hello World script and noticed that code completion only works for functions / modules inside this project. May be I am just missing something. I would appreciate any hints or help on how I can setup PyDev to provide Code Completion for imported modules from the standard library. My System runs on Debian unstable amd64 with Sun JRE 1.6, Eclipse Europa 3.3.0, Python 2.5 and 2.4 (with python2.4-dev and python2.5-dev packages). ______________________________________________________________________ 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 DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
