tb2097 / wacom-gui

Python/PyQt Wacom GUI for KDE
GNU General Public License v3.0
134 stars 36 forks source link

How can I make this work with PyQT5? #57

Open quantatanu opened 3 years ago

quantatanu commented 3 years ago

I have a Linux Mint 21.0 that has PyQT5 and is not allowing (through its pack. manager) an installation of PyQT4, I tried to install a downloaded deb file and ran into dependency issues.

quantatanu commented 3 years ago

I have a Linux Mint 21.0 that has PyQT5 and is not allowing (through its pack. manager) an installation of PyQT4, I tried to install a downloaded deb file and ran into dependency issues.

So I was successful installing PyQt4 after adding its ppa, then I got the following error:

Traceback (most recent call last):
  File "./wacom-gui.py", line 4, in <module>
    from PyQt4.QtCore import * 
ImportError: No module named PyQt4.QtCore

after running python wacom-gui.py