[Pydev-code] gtk.glib autocompletion ?
Brought to you by:
fabioz
From: Christopher F. <chr...@gm...> - 2010-07-19 20:14:05
|
Hi everyone, I'm not particularly an avid python programmer, but I have to use python for a couple of projects, and just for the record, I'm using Ubuntu Lucid and Eclipse 3.5.2 (whatever is the latest in Ubuntu). One thing I noticed with pydev in eclipse, particularly with pygtk (but I'm sure this will occur for other python libraries as well), is that none of the symbols in gtk.glib are auto-completed, and in fact, I've needed to make pydev ignore them with the #@UndefinedVariable annotation. I've followed the instructions on adding pygtk and gtk to the forced-builtin list, but that actually does not seem to help at all. Is there a way to have pydev register the .def files that come with the python-gtk-dev package, so that autocompletion works? Is there anyone else with a similar setup on this list? Cheers, Chris |