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
python Quark_Note_Taker/quark.py
Traceback (most recent call last):
File "Quark_Note_Taker/quark.py", line 51, in<module>
from mainwindow import MainWindow
File "/home/phil/development/workspace/python/Quark_Note_Taker/mainwindow.py", line 53, in<module>
from PyQt5.QtWebKit import *
ModuleNotFoundError: No module named 'PyQt5.QtWebKit'
Doing research, I found: https://stackoverflow.com/questions/50769024/modulenotfounderror-no-module-named-pyqt5-qtwebkit with a comment that says
Use QtWebEngine, QtWebkit is deprecated. – eyllanesc
Manual testing
No idea what the api differences between those are.
Environment:
$ uname -rv 4.18.13-100.fc27.x86_64 #1 SMP Wed Oct 10 18:34:01 UTC 2018 $ pip list Package Version ---------- ------- cffi 1.11.5 misaka 2.1.0 pip 18.1 pycparser 2.19 pyenchant 2.0.0 Pygments 2.2.0 PyQt5 5.11.3 PyQt5-sip 4.19.13 setuptools 40.4.3 wheel 0.32.2
The text was updated successfully, but these errors were encountered: