Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I make this work with PyQT5? #57

Open
quantatanu opened this issue Nov 22, 2021 · 1 comment
Open

How can I make this work with PyQT5? #57

quantatanu opened this issue Nov 22, 2021 · 1 comment

Comments

@quantatanu
Copy link

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
Copy link
Author

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

@helge000 helge000 mentioned this issue Apr 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant