-
Notifications
You must be signed in to change notification settings - Fork 198
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
ReText crashes after PyQt5, PyQtWebEngine upgrade #627
Comments
Note that WebKit and WebEngine are two different renderers. ReText 7.x prefers WebKit. And if you have WebKit installed from your distro and PyQt is from PyPI, they may be incompatible. I can suggest these options:
|
Thanks for the quick response ! I already tried removing everything and installing ReText 8 via pip3 as per the instructions in README ( not using a virtualenv ). This was even worse - when I do this, I don't get an exception, just a cryptic message that says something like -
To be honest, chasing down and fixing dependency hell problems with Qt and Python is not what I need to be doing right now, I need to be editing Markdown, so I may come back to this and try some of your suggestions at some less critical time. 7 looked promising until I broke it, but right now I'll revert to ghostwriter which kind-of works even though they broke some important things long ago in 2.0 ( the main reason I started looking for alternatives ). Thanks, |
No action required. |
Qt 6's xcb plugin has some new library dependencies compared to Qt 5. In particular, it needs retext/.github/workflows/main.yml Lines 54 to 55 in bf4b850
This is why my first suggestion was relying on packages provided by the distro — there would be no such problems there. |
Hello,
because I was having similar issues to those noted in #578, I upgraded packages as per the advice in that issue :
Now, whenever I try to switch to Webkit rendering, ReText dies. I'm using :
ReText 7.2.3 (using PyMarkups 3.1.3)
About Qt
This program uses Qt version 5.15.2.
When I turn on exception logging as follows :
I get :
But now I'm just confused, because I do not know where 5.15.3 has come from - it is not mentioned in the upgrade output ???.
The text was updated successfully, but these errors were encountered: