From zooko at zooko.com Tue Dec 11 06:35:21 2012 From: zooko at zooko.com (Zooko Wilcox-O'Hearn) Date: Mon, 10 Dec 2012 22:35:21 -0700 Subject: [Pygui] seg fault on Ubuntu 12.04 Message-ID: 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