GNOME Bugzilla – Bug 680693
ValueError: row sequence has the incorrect number of elements
Last modified: 2012-12-10 23:45:08 UTC
Originally filed here: https://bugzilla.redhat.com/show_bug.cgi?id=842880 --- [root@sharpie ~]# cat << __EOF__ | python - from gi.repository import Gtk store = Gtk.ListStore(int, int) store.append([1, 2]) __EOF__ Traceback (most recent call last):
+ Trace 230596
return self._do_insert(-1, row)
row, columns = self._convert_row(row)
raise ValueError('row sequence has the incorrect number of elements')
(this is on ppc64)
we will probably need help with these ppc64 specific bugs... Does g-i testsuite pass? Does the pygobject testsuite pass?
Fixed in trunk. Please see Fedora bug for the details of the discussion. http://git.gnome.org/browse/pygobject/commit/?id=266d37719bb54e6f04d23ff21bcceb9514e20ff2
*** Bug 680324 has been marked as a duplicate of this bug. ***