Code completion for Gtk3+
We just tested PyCharm as an IDE under Ubuntu 12.10.
Goal is to develop a native application under Unity/Gtk3 with Python3.
Unfortunately since the change to use introspection, code completion does not work. This is an essential feature in the selection process.
Opening a console window code completion works there.
Is there a way to get code completion work with Gtk3 objects?
Goal is to develop a native application under Unity/Gtk3 with Python3.
Unfortunately since the change to use introspection, code completion does not work. This is an essential feature in the selection process.
Opening a console window code completion works there.
Is there a way to get code completion work with Gtk3 objects?
Please sign in to leave a comment.
from gi.repository import Gtk
win = Gtk.Windows()
It should open a window offering Windows (the console does so)
This was tested on Ubuntu 12.04 and 12.10 with PyCharm 2.6. and 2.7 EAP
Wolf Rogner
Thanks for your quick reply (where are my manners ;-))
Wolf Rogner
It doesn't work in GTK3+, nore in PySide.
So, basically, PyCharm is not useful for GUI development.
Sorry for the verdict, but thats it.
On 2014-11-28 23:21, W r - PyCharm wrote: