wacom-gui icon indicating copy to clipboard operation
wacom-gui copied to clipboard

How can I make this work with PyQT5?

Open quantatanu opened this issue 3 years ago • 1 comments

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 avatar Nov 22 '21 00:11 quantatanu

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

quantatanu avatar Nov 22 '21 00:11 quantatanu