Ticket #6170 enhancement closed fixed
Support pygobject 3.4 / gtk 3.6 in gireactor
| Reported by: | itamar | Owned by: | itamar |
|---|---|---|---|
| Priority: | normal | Milestone: | Python 3.3 Minimal |
| Component: | core | Keywords: | |
| Cc: | Branch: | branches/pygobject34-6170 | |
| Author: | itamarst | Launchpad Bug: |
Description
The combination of pygobject 3.4 and gtk 3.6 (possibly only one is necessary - they come together on Ubuntu 12.10) make the gi.repository.Gtk module unimportable if X11 is unavailable. That is, if there's no DISPLAY. This breaks our code, which assumes that if Gi is available then Gtk is available too.
This is a requirement for #6055 since pygobject only supports Python 3.3 as of pygobject 3.4.
Change History
Note: See
TracTickets for help on using
tickets.
