Hi all,
I’m trying to install and run the QT interface for Autokey on Leap 15.0 x64. I’m having trouble finding a provider for dbus.mainloop.qt in the Leap 15.0 repos. I checked the spec file for the python-qt4 package and it says it should install the dbus binding I need, but I can’t get it to install when I use the YMP or follow the commands from the python-qt4 for Leap 15.0 OpenSUSE Software page. It seems that the repo no longer exists:
# zypper addrepo https://download.opensuse.org/repositories/openSUSE:Leap:15.0/standard/openSUSE:Leap:15.0.repo
File '/repositories/openSUSE:Leap:15.0/standard/openSUSE:Leap:15.0.repo' not found on medium 'https://download.opensuse.org/'
Here’s the error I get from Autokey:
$ autokey-qt
Traceback (most recent call last):
File "/usr/bin/autokey-qt", line 56, in <module>
from autokey.qtapp import Application
File "/usr/lib/python3.6/site-packages/autokey/qtapp.py", line 23, in <module>
import dbus.mainloop.qt
ModuleNotFoundError: No module named 'dbus.mainloop.qt'
Thanks!
DaAwesomeP