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

the program doesn't launch #18

Open
dagolinuxoid opened this issue May 16, 2021 · 1 comment
Open

the program doesn't launch #18

dagolinuxoid opened this issue May 16, 2021 · 1 comment

Comments

@dagolinuxoid
Copy link

I've got the error trying to launch the program

Traceback (most recent call last):
  File "./procexp.py", line 27, in <module>
    from PyQt5 import QtCore, QtGui, QtWidgets, uic
ModuleNotFoundError: No module named 'PyQt5'

Note
I do have the installed packages:
python-configobj is already the newest version (5.0.6-2).
python-qwt5-qt4 is already the newest version (5.2.1~cvs20091107+dfsg-8build1).

OS: ElementaryOS 5.1 Hera (basically it's an equivalent of ubuntu 18.04 kernel 5+)

@cmorgenstern
Copy link

Qt 4 support was removed in this commit.

You will need to install Qt 5. A quick Google search suggests that the updated Python Qwt module has not been packaged for Linux Mint yet, so you will probably need to manually compile it from here.

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

2 participants