After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 711797 - Regression with gtk-3.11: TreeStore.insert gives: 'TreeStore' object has no attribute 'insert_with_values'
Regression with gtk-3.11: TreeStore.insert gives: 'TreeStore' object has no a...
Status: RESOLVED DUPLICATE of bug 713044
Product: gobject-introspection
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gobject-introspection Maintainer(s)
gobject-introspection Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-11-10 20:26 UTC by Cole Robinson
Modified: 2015-02-07 17:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Cole Robinson 2013-11-10 20:26:42 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):
  • File "/usr/share/virt-manager/virtManager/manager.py", line 710 in add_conn
    row = self._append_conn(vmlist.get_model(), conn)
  • File "/usr/share/virt-manager/virtManager/manager.py", line 691 in _append_conn
    _iter = model.append(None, row)
  • File "/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py", line 1194 in append
    return self._do_insert(parent, -1, row)
  • File "/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py", line 1187 in _do_insert
    treeiter = self.insert_with_values(parent, position, columns, row)
AttributeError: 'TreeStore' object has no attribute 'insert_with_values'
(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.
Comment 1 Simon Feltman 2013-11-11 10:03:06 UTC
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...
Comment 2 Simon Feltman 2013-11-21 23:56:19 UTC

*** This bug has been marked as a duplicate of bug 713044 ***
Comment 3 André Klapper 2015-02-07 17:00:34 UTC
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]