Hello<div><br></div><div>I am using PyGUI for writing a GUI for a checkers program. I have installed PyGUI version 2.5.3 from the tarball on the homepage. When I try to import the library in python, I get the following error:</div>

<div><div><br></div><div>/usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning: g_boxed_type_register_static: assertion `g_type_from_name (name) == 0&#39; failed</div><div>  import gobject._gobject</div><div>
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: specified class size for type `PyGtkGenericCellRenderer&#39; is smaller than the parent type&#39;s `GtkCellRenderer&#39; class size</div>
<div>  from gtk import _gtk</div><div>/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: g_type_get_qdata: assertion `node != NULL&#39; failed</div><div>  from gtk import _gtk</div><div>[1]    3181 segmentation fault  python grid_view.py</div>

<div><br></div><div>I have the following configuration: gtk: v2.24.6,  pygtk: v2.24.0.</div><div>What could be the possible reasons for this error, Also how could I resolve it? Please help.</div><div><br></div><div>Bhargav Mangipudi</div>

<div>Final Year Undergraduate</div><div>Department of Computer Science</div><div>Indian Institute of Technology Ropar</div>
</div>