GNOME Bugzilla – Bug 711797
Regression with gtk-3.11: TreeStore.insert gives: 'TreeStore' object has no attribute 'insert_with_values'
Last modified: 2015-02-07 17:00:34 UTC
# rpm -q pygobject3 gtk3 gobject-introspection pygobject3-3.11.1-1.fc21.x86_64 gtk3-3.11.0-1.fc21.x86_64 gobject-introspection-1.38.0-1.fc21.x86_64 Example traceback from virt-manager: [Sun, 10 Nov 2013 10:37:51 virt-manager 1365] DEBUG (cli:212) Uncaught exception: Traceback (most recent call last):
+ Trace 232740
row = self._append_conn(vmlist.get_model(), conn)
_iter = model.append(None, row)
return self._do_insert(parent, -1, row)
treeiter = self.insert_with_values(parent, position, columns, row)
(for each connection I have defined) On pygobject-3.10.1 and gtk-3.10.2 in Fedora 20, dir(Gtk.TreeStore) contains insert_with_values. But on fedora rawhide with the versions mentioned above, insert_with_values isn't present, but insert_with_valuesv _is_ present. Not sure if this is pygobject, gtk, gobject introspection, or a fedora integration problem, please reassign as needed.
This is a dup of 711341. Moving to GI because I guess GI needs a release and GTK+ needs to be made dependant on that release...
*** This bug has been marked as a duplicate of bug 713044 ***
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]