will the new version come out?
unicornlox opened this issue · 3 comments
unicornlox commented
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
iosifnicolae2 commented
Still doesn't work..
dattatembare commented
@opoudjis I didn't understand why its closed without any reason
opoudjis commented
Our ticket? We decided to stick with puppeteer.