Comment 8 for bug 1086369

Revision history for this message
Martin Pitt (pitti) wrote :

Indeed, accessing PyGObject internals through gi._glib is wrong, and does not work any more with pygobject 3.7. Instead, please use the official API:

  from gi.repository.GLib import GError

or drop the line completely if it isn't being used anywhere.