-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
PyQt version import error prevents application from launching #1324
Comments
Pasting the backtrace here so I don't have to go to a third party service:
|
The What PyQt5 version is actually installed, and from what source? |
It is still in their docs, but importable from QtCore: https://www.riverbankcomputing.com/static/Docs/PyQt5/api/qtcore/qtcore-module.html?highlight=pyqt_version_str##PYQT_VERSION_STR I see that novelWriter imports it from Qt directly, so perhaps that was just an import bleed through that has been changed. If so, this is a bug in novelWriter and needs to be fixed. |
I've made a fix, and I'll see if I can complete some other fixes tomorrow and do a 2.0.4 release. |
Aha! Mystery solved. This is a change in PyQt5 version 5.15.8 which was released a few hours ago. All my CI jobs on GitHub started to fail now as they pull in the latest version. I have 5.15.2 on my system. |
Fixed and released 2.0.4. |
Sorry for the inconvenience, but is there any idea what this output could possibly mean?
https://pastebin.com/H8nXudaX
Thanks for looking into it.
The text was updated successfully, but these errors were encountered: