I try to get the QWebEngineView() up and running under Windows 10 (Parallels Desktop aka. Virtual Machine). With MacOSX this is no issue at all, but while testing it on windows everything stalls. I narrowed down the issue to the QWebEngineView.
No matter what how I want to load a web-page / local html site into the QWebEngineView, nothing works.
For example I try the example of https://zetcode.com/pyqt/qwebengineview/ which launches, and for some seconds you see a white screen within the window and then everything is gone (see start of this clip https://i.stack.imgur.com/A57s4.jpg). There is no error message in the console, there is nothing.
Is there anything I'm missing to install?
python -m pip list
Package Version
----------------- --------
cachetools 4.2.2
future 0.18.2
pefile 2021.9.3
pip 21.2.4
py2exe 0.10.4.1
PyOpenGL 3.1.5
PyQt5 5.15.4
PyQt5-Qt5 5.15.2
PyQt5-sip 12.9.0
PyQtWebEngine 5.15.4
PyQtWebEngine-Qt5 5.15.2
PySide2 5.15.2
shiboken2 5.15.2
wheel 0.37.0
Probably related to this: