On Fri, Jan 1, 2010 at 8:02 AM, Darren Hart <[email protected]> wrote:
Hi Darren, > converting gtype (G_TYPE_UINT): 28 to python object > Segmentation fault (core dumped) it's just a guess, I think the problem here is that G_TYPE_UINT is the type of guint, which at the end it's a typedef to unsigned int, it's not an object type (GObject, GBoxed, GEnum...), that might be the problem, I'm not sure btw, cheers -- Gian Mario Tagliaretti GNOME Foundation member [email protected] _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
