Hi again,
It was however a pitty that when the glade file was loaded with the
wrong library, I got a segmentation fault without a meaningful comment
that "ERROR: GtkBox is unknown object in " which
would have been much more helpful, but since I had a clue I got around it.
So, a recommendatio
Hi Pierre-Luc,
I noticed the same behaviour, but when I changed my pkg-config
parameters from
GTKFLAGS=`pkg-config --cflags --libs gtk+-2.0 gmodule-export-2.0`
to
GTKFLAGS=`pkg-config --cflags --libs gtk+-3.0 gmodule-export-2.0`
the problem disappeared. Looking at a snipped of my glade file
Package: glade
Version: 3.10.0-2
Severity: important
Tags: upstream
Dear Maintainer,
Glade3 save GtkVBox as a GtkBox - which is an abstract class - in the .glade
file leading to an error at runtime (Python) :
main.py:13: Warning: cannot create instance of abstract (non-instantiatable)
type `GtkB
3 matches
Mail list logo