jeanphix/Ghost.py

ImportError: No module named 'PySide2'

Closed this issue · 1 comments

Trying to import Ghost.py (from ghost import Ghost), installed PyQt on Python 3.4

Keep on getting a module error

Traceback (most recent call last):
File "F:\Freelance Work\fineproxy.org_ip.py", line 10, in
from ghost import Ghost
File "C:\Python34\lib\site-packages\ghost_init_.py", line 1, in
from .ghost import (
File "C:\Python34\lib\site-packages\ghost\ghost.py", line 13, in
from PySide2.QtWebKitWidgets import (
ImportError: No module named 'PySide2'

Can anyone help?

Ghost do not supports PyQt anymore.