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

SyntaxError: Missing parentheses in call to 'print' #1

Open
KaliLinuxPentest opened this issue Jun 14, 2020 · 2 comments
Open

SyntaxError: Missing parentheses in call to 'print' #1

KaliLinuxPentest opened this issue Jun 14, 2020 · 2 comments

Comments

@KaliLinuxPentest
Copy link

KaliLinuxPentest commented Jun 14, 2020

./apt2.py
File "./apt2.py", line 20
print "*** print_tb:"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("*** print_tb:")?

@KaliLinuxPentest
Copy link
Author

What is about?

@undermink
Copy link

It's python2 but looks like you're using python3 to run it... Try python2 ./apt.py (if you still have python2 on your computer ;) )

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