Bug#649861: import gobject isn't working anymore

Josselin Mouette joss at debian.org
Thu Nov 24 11:51:42 UTC 2011


Le jeudi 24 novembre 2011 à 12:42 +0100, Andrea Veri a écrit : 
> After a brief talk with Joss, we came up that the 'import gobject' 
> isn't working anymore, while for years the python-gobject made that 
> possible. 
> 
> It has been recommended for some time to do the following 
> 'from gi.repository import foo', while 'import gobject' was still 
> possible, now that possibility isn't working anymore.

Actually the thing that doesn’t work anymore is to do “import gobject”
together with a “from gi.repository import Something” syntax.

This is very bad because for example in all python-nautilus examples you
have things like that:
        import gconf
        from gi.repository import Nautilus, GObject
… which obviously don’t work anymore.

We will have to keep this bug open until all rdeps have been fixed, and
this will need Breaks for all affected ones.

Thanks for your report anyway,
-- 
 .''`.      Josselin Mouette
: :' :
`. `'
  `-







More information about the pkg-gnome-maintainers mailing list