You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trying ReText 7.2.3 (using PyMarkups 3.1.3) installed on Linux in a virtual environment created by virtualenv.
ReText itself is installed in the virtual environment via pip.
In the installation of ReText the PyQt5 dependencies were brought in automatically, apart from PyQtWebEngine that I had to install manually. Without it the option for the WebEngine (Chromium) renderer is grayed out and not available.
When trying to enable preview (either live or not) using the WebEngine (Chromium) renderer, the preview remains blank.
No error on the terminal.
At the same time, if I use the retext provided by the distribution (Manjanaro) that is exactly at the same version everything works fine. The only difference seems to be that in this case the dependencies are system packages rather than items installed by pip in a virtual environment.
What can I do to help identify what breaks the ability to use retext with the WebEngine rendering from a virtual environment?
The text was updated successfully, but these errors were encountered:
callegar
changed the title
WebEngine (Chromium) renderer delivering nothing with no error on terminal
WebEngine (Chromium) renderer delivering blank page with no error on terminal when installing via pip
Jun 27, 2022
callegar
changed the title
WebEngine (Chromium) renderer delivering blank page with no error on terminal when installing via pip
WebEngine (Chromium) renderer delivering blank page with no error on terminal when installing via pip in virtual environment
Jun 27, 2022
Hi,
trying ReText 7.2.3 (using PyMarkups 3.1.3) installed on Linux in a virtual environment created by
virtualenv
.ReText itself is installed in the virtual environment via
pip
.In the installation of ReText the PyQt5 dependencies were brought in automatically, apart from PyQtWebEngine that I had to install manually. Without it the option for the WebEngine (Chromium) renderer is grayed out and not available.
When trying to enable preview (either live or not) using the WebEngine (Chromium) renderer, the preview remains blank.
No error on the terminal.
At the same time, if I use the
retext
provided by the distribution (Manjanaro) that is exactly at the same version everything works fine. The only difference seems to be that in this case the dependencies are system packages rather than items installed by pip in a virtual environment.What can I do to help identify what breaks the ability to use
retext
with the WebEngine rendering from a virtual environment?The text was updated successfully, but these errors were encountered: