Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5165759 By: szacks
I have recently downloaded eclipse and pydev and I am having trouble with code completion. I read a number of other posts about code completion and none of those answers seem to work for me. In general code completion is working fine. I followed the instructions in the installation manual. I am building a test program to see how it will work with common modules that I use. I am using wxPython and PyGresql. For wxPython, the code completion shows the classes and functions, but does not offer function arguments. For example, I do wx. and then I can choose Frame from the list, but it doesn't tell me what parameters are in the constructor. For pygresql, it gives me a code completion, but does not include the functions of pg. I do import pg and then pg. and there is no connect in the list. The list is full of Types, the functions it offers me are: _is_quoted(s) _is_unquoted(s) _join_parts(s) ... and then it has : BooleanType BufferType BuiltinFunctionType ... I tried adding pg to the list of forced builtins, but then it wouldn't do code completion at all. OS: winxp, Eclipse: 3.4.0 PyDev: 1.3.19 The pg library is in the site-packages directory, which is in the System PYTHONPATH in the Eclipse Preferences. ______________________________________________________________________ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
