-
Notifications
You must be signed in to change notification settings - Fork 302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid Syntax on running 'python3 CreepyMain.py' #98
Comments
kirby193, have you found a solution for this issue? If so, it would be very much appreciated if you wouldnt mind sharing it here with me as ive also encountered this exact issue and in need of help. Thanks in advance. |
use python CreepyMain.py |
use python CreepyMain.py |
I am facing the same issue i tried python CreepyMain.py Traceback (most recent call last): File "CreepyMain.py", line 20, in from PyQt4.QtWebKit import QWebPage, QWebSettings ImportError: No module named QtWebKit how to solve this error. |
sudo apt install python-pyqt5.qtwebkit run the above commands, and run the script and do let me know if this works for you |
I changed the comma to "as " . |
┌──(root㉿192)-[~/jkakavas-creepy-6abeaa5/creepy] How do the great gods need to solve it? |
┌──(root㉿imran)-[/creepy/creepy] kindly help me to resolve this issue. |
Try changing the comma with "as" as mentioned above Just like : except Exception as err |
so it this an error in Creepy? Or in our install? If an error in Creepy shouldn't a fix be pushed? and why is this closed cause there's no clear answer... |
Did you find a solution to this yet? I'm wondering why Creepy has not fixed this problem. |
Running it with just
python
returnsyuri@sleepy:~/Downloads/git/creepy/jkakavas-creepy-a861ee3/creepy$ python CreepyMain.py Traceback (most recent call last): File "CreepyMain.py", line 20, in <module> from PyQt4.QtWebKit import QWebPage, QWebSettings ImportError: No module named QtWebKit
, however since it doesn't say this when using python3, I have ignored it for now. All dependencies have been installed by direct copy paste.The text was updated successfully, but these errors were encountered: