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
Update: I've now fixed all print statements and I get this:
$ py webkiller.py
Traceback (most recent call last):
File "webkiller.py", line 4, in <module>
from modules import *
File "C:\Program Files\webkiller\modules\__init__.py", line 3, in <module>
from colors import *
ModuleNotFoundError: No module named 'colors'
pask2
changed the title
SyntaxError: Missing parentheses in call to 'print'.
Various broken print statements and what not (original: "SyntaxError: Missing parentheses in call to 'print'.")
Mar 26, 2019
Update: I've now fixed all print statements and I get this:
$ py webkiller.py
Traceback (most recent call last):
File "webkiller.py", line 4, in <module>
from modules import *
File "C:\Program Files\webkiller\modules\__init__.py", line 3, in <module>
from colors import *
ModuleNotFoundError: No module named 'colors'
Got this SyntaxError while trying to run webkiller. I'm not super familiar with python so I'm not sure what it means, but it could be an easy fix.
OS: Windows 10 1809
The text was updated successfully, but these errors were encountered: