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 679998 - can't initialize 'Gtk.TreeModelFilter' with a model
can't initialize 'Gtk.TreeModelFilter' with a model
Status: RESOLVED DUPLICATE of bug 679999
Product: pygtk
Classification: Bindings
Component: gtk
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2012-07-16 11:41 UTC by Manuel Quiñones
Modified: 2012-07-16 12:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Manuel Quiñones 2012-07-16 11:41:04 UTC
I've heard that Gtk.TreeModelFilter.new(model) was working before, but I get 'TreeModelFilter' has no attribute 'new' in current git.

magcius said on IRC that this is because is incorrectly parsed, we have model.filter_new().  gtk_tree_model_filter_new takes a GtkTreeModel as its first argument, it's treated as Gtk.TreeModel.filter_new .
Comment 1 Tobias Mueller 2012-07-16 11:52:58 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 679999 ***
Comment 2 Manuel Quiñones 2012-07-16 12:09:47 UTC
Yes Tobias, was about to close this one as duplicate because I did it in the wrong product/component.  Thanks.