Open quantatanu opened 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
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.