Skip to content
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

Various broken print statements and what not (original: "SyntaxError: Missing parentheses in call to 'print'.") #6

Open
pask2 opened this issue Mar 26, 2019 · 3 comments

Comments

@pask2
Copy link

pask2 commented Mar 26, 2019

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

$ python webkiller.py
  File "webkiller.py", line 16
    print '\r'
             ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(int '\r')?
@pask2
Copy link
Author

pask2 commented Mar 26, 2019

I'm going through and fixing these issues one by one and I'm starting to get the feeling that all of your print statements are broken.

@pask2
Copy link
Author

pask2 commented 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'

@pask2 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
@vahidsabet
Copy link

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'

same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants