gtg team mailing list archive
-
gtg team
-
Mailing list archive
-
Message #01079
Re: [Bug 521593] Re: Incorrect pygtk requirements
On Sun, Feb 14, 2010 at 05:43:20AM -0000, Luca Invernizzi wrote:
> I was referring to those lines (gtk.require('2.0')).
> My python skills about version dependencies are non existent, I just thought those were not requiring the right version. Mark as invalid?
>
When I do a simple s/2.0/2.12/ I get this error:
AssertionError: pygtk.require() must be called before importing gtk
If I then move the require() statement before the import statement, I
get this error:
NameError: name 'pygtk' is not defined
So... not really sure what's going on.
--
Incorrect pygtk requirements
https://bugs.launchpad.net/bugs/521593
You received this bug notification because you are a member of Gtg
contributors, which is subscribed to Getting Things GNOME!.
Status in Getting Things GNOME!: Triaged
Bug description:
We currently require pygtk 2.10
However, gtk.builder is new in 2.12. http://www.pygtk.org/docs/pygtk/class-gtkbuilder.html
References