Update for newer dev-python/pygobject - import gobject >from gi.repository import Tracker, GObject
Bug #933811 reported by
Justin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Zeitgeist Extensions |
New
|
Undecided
|
Unassigned |
Bug Description
Current version spits
ImportError: could not import gobject (error was: ImportError('When using gi.repository you must not import static modules like "gobject". Please change all occurrences of "import gobject" to "from gi.repository import GObject".',))
Please find a patch attached to update the code
To post a comment you must log in.