Ghost.py icon indicating copy to clipboard operation
Ghost.py copied to clipboard

will the new version come out?

Open unicornlox opened this issue 7 years ago • 3 comments

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

unicornlox avatar Mar 15 '18 23:03 unicornlox

Still doesn't work..

iosifnicolae2 avatar Oct 31 '18 14:10 iosifnicolae2

@opoudjis I didn't understand why its closed without any reason

dattatembare avatar Feb 15 '19 21:02 dattatembare

Our ticket? We decided to stick with puppeteer.

opoudjis avatar Mar 09 '19 11:03 opoudjis