In recent PyQt5 releases, the QtWebKit module has been replaced by QtWebEngine.
This causes the following error to occur when attempting to use the most recent PyQt5 release:
File "/Users/dbanas/Documents/Projects/PyBERT/pyface/pyface/qt/QtWebKit.py", line 18, in <module>
from PyQt5.QtWebKit import *
ModuleNotFoundError: No module named 'PyQt5.QtWebKit'
So, 2 questions:
-
Are there plans to update PyFace to use QtWebEngine, instead of QtWebKit?
-
Do you happen to know in which release of PyQt5 this change first occurred?
Thanks!
In recent PyQt5 releases, the
QtWebKitmodule has been replaced byQtWebEngine.This causes the following error to occur when attempting to use the most recent PyQt5 release:
So, 2 questions:
Are there plans to update PyFace to use
QtWebEngine, instead ofQtWebKit?Do you happen to know in which release of PyQt5 this change first occurred?
Thanks!