gtg team mailing list archive
-
gtg team
-
Mailing list archive
-
Message #01107
[Bug 521593] Re: Incorrect pygtk requirements
Using ipython:
import pygtk
pygtk.require??
pygtk.require20??
...this gives source code for the functions. pygtk.require() enacts a
*strict* requirement, not a minimum requirement; but when given '2.0',
it calls require20() which updates the path with some variable that I
guess points to the user's preferred gtk 2.x version (defaulting to the
latest).
I think enforcing this through the packaging is probably good enough;
i.e. the actual Python code doesn't need changing.
--
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