You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: