On Fri, Jun 20, 2008 at 10:35 AM, Frédéric <[EMAIL PROTECTED]> wrote: > /usr/local/lib/python2.4/site-packages/papywizard/view/configDialog.py:74: > GtkWarning: gtk_tree_row_reference_new: assertion `GTK_IS_TREE_MODEL > (model)' failed > self.wTree = gtk.glade.XML(gladeFile) > > /usr/local/lib/python2.4/site-packages/papywizard/view/configDialog.py:74: > GtkWarning: gtk_cell_view_set_displayed_row: assertion > `GTK_IS_TREE_MODEL (cell_view->priv->model)' failed > self.wTree = gtk.glade.XML(gladeFile) > > Any idea of the problem(s)?
The error messages suggest that you are calling the method gtk.CellView.set_displayed_row on a cell view that does not have a model attached to it. > I an send the .glade file if needed... Please do. -- mvh Björn _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
