Hi folks:
I downloaded PyGUI-2.5.3.tar.gz and ran "sudo python setup.py
install", then ran "python -c 'import GUI'" and got a segfault:
$ python -c 'import GUI'
/usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning:
g_boxed_type_register_static: assertion `g_type_from_name (name) == 0'
failed
import gobject._gobject
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning:
specified class size for type `PyGtkGenericCellRenderer' is smaller
than the parent type's `GtkCellRenderer' class size
from gtk import _gtk
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning:
g_type_get_qdata: assertion `node != NULL' failed
from gtk import _gtk
Segmentation fault (core dumped)
The "python-gtk" package is this version:
$ dpkg --list 'python-gtk2' | grep ^\.i
ii python-gtk2 2.24.0-3
Python
bindings for the GTK+ widget set
Regards,
Zooko
_______________________________________________
Pygui mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pygui