Hi all, I'm trying to use the 'python protocol' on a TreeModelFilter, but I keep getting the following error: "TypeError: can not set cells in this tree model". What I'm trying to do is (i.e.) "model[path][column]=1", with model a TreeModelFilter.
The GTK PyGTK tutorial tells me the 'python protocol' for TreeModelFilters is not supported in versions 2.0 and 2.2, but I can't get it to work with versions 2.6.2 and 2.8.0 too. Am I doing something wrong? Am I trying to do something impossible? Or it this a bug? thx, Jens Geiregat _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
