Comment 14 for bug 1553518

Revision history for this message
olivier08 (olivier08) wrote :

Hi,

If you have this problem:

   from dbus.mainloop.glib import DBusGMainLoop
ImportError: No module named dbus.mainloop.glib

you can solve it doing:

sudo apt-get install --reinstall python-dbus

~olivier08