This can be closed, it works now and it seems fixed on Ubuntu 12.10 (maybe it was fixed before).
$ python Python 2.7.3 (default, Apr 20 2012, 22:44:07) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from gi.repository import Gtk >>> Gtk.ScaleButton() <ScaleButton object at 0xb6a2484c (GtkScaleButton at 0x8b1f088)> $ python3 Python 3.2.3 (default, May 3 2012, 15:54:42) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from gi.repository import Gtk >>> Gtk.ScaleButton() <ScaleButton object at 0xb68d2644 (GtkScaleButton at 0x9b84088)> -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/397273 Title: gtk.VolumeButton() throws a error (MRO) for bases ImplementorIface on Karmic To manage notifications about this bug go to: https://bugs.launchpad.net/pygtk/+bug/397273/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
