GNOME Bugzilla – Bug 657666
Use GLib, GObject from gi.repository instead of glib, gobject
Last modified: 2011-08-31 16:19:20 UTC
Caribou should use GLib and GObject from gi.repository instead of glib and gobject modules for compatibility with pygobject-3.0. Otherwise, when running on a system that has pygobject-2.0 and pygobject-3.0 installed, caribou-preferences fails with Traceback (most recent call last):
+ Trace 228263
from caribou_settings import CaribouSettings
from caribou.settings.setting_types import *
from gi.repository import GLib
from ._gi import _API, Repository
Created attachment 195154 [details] [review] patch to use GLib and GObject from gi.repository
Comment on attachment 195154 [details] [review] patch to use GLib and GObject from gi.repository Thank you!