So, as of version 0.89, software-properties-gtk uses aptdaemon's client
module, client.py. And that's breaking.
/usr/lib/python3/dist-packages/aptdaemon/client.py has this at line 40:
if 'gi.repository' in sys.modules:
from gi.repository import GObject
else:
import gobject as GObject
I don't know if it should be getting it from 'gi.repository', but it's
not. And then the 'else' import statement isn't working either.
Nor do I know yet, if client.py is purely broken there, or if software-
properties-gtk isn't quite importing it correctly. Maybe there's a
missing dependency that the developers had on their machine, but the
reporters don't? But I've tried a few gobject packages and haven't hit
on anything.
** Changed in: aptdaemon (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1026066
Title:
software-properties-gtk crashed with ImportError in /usr/lib/python3
/dist-packages/aptdaemon/client.py: No module named gobject
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/aptdaemon/+bug/1026066/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs