GNOME Bugzilla – Bug 663345
'from gi.repository import Gtk' fails in jhbuild
Last modified: 2011-11-03 19:28:42 UTC
I see this from within my jhbuild shell: >>> from gi.repository import Gtk Traceback (most recent call last):
+ Trace 228974
dynamic_module._load()
overrides_modules = __import__('gi.overrides', fromlist=[self._namespace])
class FontSelectionDialog(Gtk.FontSelectionDialog, Dialog):
self.__name__, name))
I thought perhaps it was just me, but this just in from IRC: mclasen has no luck running accerciser in jhbuild <mclasen> AttributeError: 'gi.repository.Gtk' object has no attribute 'FontSelectionDialog' Guess it's not just me. I don't know if the bug is in introspection or Gtk+, so I'm starting here since Matthias didn't follow the above with "And I'll fix it!" ;) ;)
This could be fallout from our deprecation changes - maybe the introspection parser fell over ?
commit 6cf1385e8fba0f6935a82a0f4108ba9a2649a61e Author: Colin Walters <walters@verbum.org> Date: Thu Nov 3 15:27:16 2011 -0400 introspection: Include deprecated headers for scanner too https://bugzilla.gnome.org/show_bug.cgi?id=663345