apt2 icon indicating copy to clipboard operation
apt2 copied to clipboard

SyntaxError: Missing parentheses in call to 'print'

Open KaliLinuxPentest opened this issue 4 years ago • 2 comments

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

KaliLinuxPentest avatar Jun 14 '20 23:06 KaliLinuxPentest

What is about?

KaliLinuxPentest avatar Jun 14 '20 23:06 KaliLinuxPentest

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 ;) )

undermink avatar Nov 07 '20 22:11 undermink