Re: [pygtk] Error message

2008-06-25 Thread Packo
Try to rename the Combo with "x:y" values to "x y" values, I think is a parse error in libglade. PD: this is the second email I send, the first is lost, I think Frédéric escribió: Le 25/6/2008, "BJörn Lindqvist" <[EMAIL PROTECTED]> a écrit: Here is the minimal glade file that reproduces y

Re: [pygtk] Error message

2008-06-25 Thread Frédéric
Le 25/6/2008, "BJörn Lindqvist" <[EMAIL PROTECTED]> a écrit: >Here is the minimal glade file that reproduces your problem: > > > > > > > >context="yes">portrait >0 > > > >It seems like this problem is very widespread, see: > >http://lists.ximian.com/pipermail/glade

Re: [pygtk] Error message

2008-06-25 Thread BJörn Lindqvist
Here is the minimal glade file that reproduces your problem: portrait 0 It seems like this problem is very widespread, see: http://lists.ximian.com/pipermail/glade-users/2005-March/002467.html http://lists.ximian.com/pipermail/glade-users/2007-May/003485.h

Re: [pygtk] Error message

2008-06-23 Thread Frédéric
On mardi 24 juin 2008, BJörn Lindqvist wrote: > 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. Ok. Here is the glade file... -- Frédéric http://www.gbiloba.org 5 Fals

Re: [pygtk] Error message

2008-06-23 Thread BJörn Lindqvist
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/pyt

[pygtk] Error message

2008-06-20 Thread Frédéric
I make my GUI with galde-3, and for one of them, when I create it with: self.wTree = gtk.glade.XML(gladeFile) I get the following error: /usr/local/lib/python2.4/site-packages/papywizard/view/configDialog.py:74: GtkWarning: gtk_tree_row_reference_new: assertion `GTK_IS_TREE_MODEL (model)' f