No support for pyqt5 mainloop

Issue #7 new
Former user created an issue

As a quick hack I replaced this:

from dbus.mainloop.qt import DBusQtMainLoop

With this:

from dbus.mainloop.pyqt5 import DBusQtMainLoop

That seems to work well for me (closed events are received).

I'm not sure what a more permanent solution would be here.

Comments (0)

  1. Log in to comment