[Glade-users] Problem with glade-3
Tristan Van Berkom
tristan.van.berkom at gmail.com
Fri Apr 17 16:35:03 EDT 2009
On Fri, Apr 17, 2009 at 4:20 PM, Gerald Britton
<gerald.britton at gmail.com> wrote:
> Created a bug entry with the before and after files:
>
> http://bugzilla.gnome.org/show_bug.cgi?id=579345
>
That was helpful, I think I nailed the problem from looking at
the Glade files... let me know...
> On Fri, Apr 17, 2009 at 4:13 PM, Gerald Britton
> <gerald.britton at gmail.com> wrote:
>> Hi -- I used glade-3 to convert a libglade file to gtkbuilder format.
>> It reported no errors, but when I try to use the new file, I get these
>> errors:
>>
>> $ python
>> Python 2.6.2c1 (release26-maint, Apr 14 2009, 08:02:48)
>> [GCC 4.3.3] on linux2
>> Type "help", "copyright", "credits" or "license" for more information.
>>>>> import gtk
>>>>> x = gtk.Builder()
>>>>> x.add_from_file('/tmp/test.glade')
>> __main__:1: GtkWarning: Unknown property: GtkEntry.group
>> __main__:1: Warning: IA__g_object_set_valist: invalid object type
>> `GtkEntry' for value type `GtkRadioButton'
>> __main__:1: GtkWarning: gtk_button_box_set_child_secondary: assertion
>> `child->parent == GTK_WIDGET (widget)' failed
>> 1L
>>
>> I can't match up the first two errors with anything in the glade file
>> and I don't know what the third one means. I can send the files or
>> open a bug report if this is a bug
>> --
>> Gerald Britton
>>
>
>
>
> --
> Gerald Britton
> _______________________________________________
> Glade-users maillist - Glade-users at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/glade-users
>
More information about the Glade-users
mailing list