Comment 4 for bug 921829

Revision history for this message
Mark Mandel (mark-mandel) wrote :

Apologies - I had Calibre's PPA installed (https://launchpad.net/~n-muench/+archive/calibre), which has an updated python-qt4 in it - which I believe is backported from Precise - and causes this error.

I would love a quick workaround for this bug (as I love kupfer). Happy to muck around in the python code.

I attempted to replace all occurances of "import gobject" to "from gi.repository import GObject" as the error stated, but that didn't solve the issue.