Hi!

I am trying to use libglade to generate my application ui, but when y
try to parse the glade file the process generate a core dump, and i
don`t know where can i try to find the error

The program is simple, only to test:

#!/usr/bin/python


import gtk
import libglade

def main():
        print 'prueba'
        widgets = libglade.GladeXML('estconf.glade')
        print widgets
 
        gtk.mainloop()



if __name__ == '__main__':
        main()

The output is:
--------------------------
[eferro@drako estconf]$ ./estconf.py 

GLib-CRITICAL **: file gstring.c: line 329 (g_string_prepend): assertion `val != NULL' 
failed.
IMLIB ERROR: Cannot allocate XImage buffer

Gdk-CRITICAL **: file gdkwindow.c: line 1406 (gdk_window_get_visual): assertion 
`window != NULL' failed.
Segmentation fault (core dumped)
--------------------------

My machine is a RedHat 6.2 with glade 0.6.0 and 
pygtk-libglade-0.6.6
python-1.5.2
pygnome-libglade-1.0.53
pythonlib-1.23-1
pygtk-0.6.6
pygnome-1.0.53


Any help?


-- 
Hasta otra!

        Eduardo Ferro Aldama     [EMAIL PROTECTED] 
        http://www.todolinux.net/usuarios/eferro/

La web del GLUB http://glub.ehu.es/
Grupo Linux Usuarios de Bizkaia

Pez que lucha contra la corriente, muere electrocutado.
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to