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 _______________________________________________ Mailing list: https://launchpad.net/~gtg Post to : [email protected] Unsubscribe : https://launchpad.net/~gtg More help : https://help.launchpad.net/ListHelp

