Fixed the problem. Recompile gobject-introspection-1.30.0 from sources with debugging symbols enabled and install it. Do an ldconfig to update the library cache and voila…no segfaults and PyGUI starts working.
On Nov 25, 2011, at 6:00 AM, [email protected] wrote: > Send Pygui mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://mail.python.org/mailman/listinfo/pygui > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Pygui digest..." > > > Today's Topics: > > 1. Re: Problem with PyGUI on Ubuntu 11.10 (Greg Ewing) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 25 Nov 2011 10:40:01 +1300 > From: Greg Ewing <[email protected]> > To: Bhargav Mangipudi <[email protected]> > Cc: [email protected] > Subject: Re: [Pygui] Problem with PyGUI on Ubuntu 11.10 > Message-ID: <[email protected]> > Content-Type: text/plain; charset=UTF-8; format=flowed > > Bhargav Mangipudi wrote: > >> /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 >> [1] 3181 segmentation fault python grid_view.py > > I have no idea what's happening there. It looks like your gtk > or pygtk installation is messed up somehow. You could try asking > about this on the pygtk list. > > -- > Greg > > > ------------------------------ > > _______________________________________________ > Pygui mailing list > [email protected] > http://mail.python.org/mailman/listinfo/pygui > > > End of Pygui Digest, Vol 18, Issue 3 > ************************************ _______________________________________________ Pygui mailing list [email protected] http://mail.python.org/mailman/listinfo/pygui
