GNOME Bugzilla – Bug 657160
pyatspi 2.1.5 imports gobject and gi.gobject
Last modified: 2015-02-27 16:40:51 UTC
Current release of pyatspi import gobject and gi-version of gobject in registry.py, which is not supported IIRC. diff --git a/pyatspi/registry.py b/pyatspi/registry.py index 06cf1b4..fb3ba1e 100644 --- a/pyatspi/registry.py +++ b/pyatspi/registry.py @@ -28,7 +28,6 @@ __all__ = ["Registry", "set_default_registry"] import os as _os -import gobject from gi.repository import Atspi from gi.repository import GObject import time @@ -80,7 +79,7 @@ class Registry(object): self.app_event_register = None self.desktop = None - self.main_loop = gobject.MainLoop() + self.main_loop = GObject.MainLoop() def __call__(self): """ Should fix that issue.
pyatspi => at-spi product
This was actually merged in commit 1f5201b28d1e71be967ae26ecb4ec290466bb548 Author: Mike Gorse <mgorse@novell.com> Date: Thu Aug 25 13:18:00 2011 -0500 Use introspection for the GLib main loop
[Moving at-spi/pyatspi2 bugs to separate product. See bug 740075]