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

Wrong Qt5 package name prevents clients from running on new installs #522

Closed
ataffanel opened this issue Jul 14, 2021 · 0 comments
Closed
Milestone

Comments

@ataffanel
Copy link
Member

When testing a new VM, the client did not start anymore. The error message is about import of PyQt5.QtGui.QMessageBox not existing.

A bit of investigation shows that all the widget moved to PyQt5.QtWidgets so changing QtGui into QtWidgets solves the ptoblem.

The same client using the same version of pyqt5 works on my machine running Ubuntu 20.04 but not anymore on newly installed VM ruining Ubuntu 20.04 and this while using the same versions on PyQt5 from Pypi. I cannot explain that, but since fixing the package name is the correct fix and fixes the situation, lets do that.

@ataffanel ataffanel added this to the next-release milestone Jul 15, 2021
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