Comment 18 for bug 135893

Revision history for this message
Luka Renko (lure) wrote :

Last version reports:
Traceback (most recent call last):
  File "/usr/bin/kblueplugd", line 15, in <module>
    import dbus.mainloop.qt
ImportError: No module named qt

This is probably due to switch to qt4 event loop in dbus.

It seems like python-qt4-dbus does not install qt mainloop integration properly. It installs these files:
/usr/lib/python2.5/dbus/mainloop
/usr/lib/python2.5/dbus/mainloop/qt.so
/usr/lib/python2.4/dbus/mainloop
/usr/lib/python2.4/dbus/mainloop/qt.so

While glib mainloop seems to bi installed here:

/usr/share/python-support/python-dbus/dbus/mainloop
/usr/share/python-support/python-dbus/dbus/mainloop/__init__.py
/usr/share/python-support/python-dbus/dbus/mainloop/glib.py