Comment 10 for bug 855100

Revision history for this message
Martin Pitt (pitti) wrote : Re: [Bug 855100] Re: python plugins not working

Jeremy Bicha [2011-10-11 19:56 -0000]:
> /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

For the record, this is because that plugin imports another static
module which in turn imports gobject. So that needs to be fixed to use
GI as well.