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
There are major changes in QT5.9. That's why I make mistakes. will the new version come out?
example error:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.6/dist-packages/ghost/__init__.py", line 1, in <module>
from .ghost import (
File "/usr/local/lib/python3.6/dist-packages/ghost/ghost.py", line 13, in <module>
from PySide2.QtWebKitWidgets import (
ModuleNotFoundError: No module named 'PySide2.QtWebKitWidgets'
I think the problem can be solved by using the from PySide2.QtWebEngineWidgets import command instead of from PySide2.QtWebKitWidgets.
Known qt5 now uses a chromium-based web engine
The text was updated successfully, but these errors were encountered:
There are major changes in QT5.9. That's why I make mistakes. will the new version come out?
example error:
I think the problem can be solved by using the from
PySide2.QtWebEngineWidgets import
command instead offrom PySide2.QtWebKitWidgets
.Known qt5 now uses a chromium-based web engine
The text was updated successfully, but these errors were encountered: