I want to use Python with Gobject-Instropection (PyGI). With this line of code: from gi.repository import Gtk Pydev raises error: Unresolved import: Gtk
I use Pydev 2.1 with Eclipse 3.6 SR2, on Ubuntu 11.04
Environment and Bug
Can you try adding 'gi' to the forced builtins? See: http://pydev.org/manual_101_interpreter.html for references
Thanks fabioz. Forcing builtin resolves this.
Environment and Bug
Can you try adding 'gi' to the forced builtins? See: http://pydev.org/manual_101_interpreter.html for references
Thanks fabioz. Forcing builtin resolves this.