gtg team mailing list archive
-
gtg team
-
Mailing list archive
-
Message #01069
[Bug 521593] Re: Incorrect pygtk requirements
This needs some clarification...
In the codebase there are lines like:
./GTG/taskbrowser/browser.py:pygtk.require('2.0')
But those are against 2.0 not 2.10. Also, changing them to requiring 2.12 seems to just cause gtg to fail to start (even with newer pygtk installed.
Looking at the control file, it is already set to require python-gtk2
(>= 2.14). So at least on debian and ubuntu it should pick up the
versions properly.
I don't see any pre-reqs checking in the setup.py file.
Sorry my python skills may simply not be up to snuff, but can someone
point to where the version dependencies are set?
--
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