websploit icon indicating copy to clipboard operation
websploit copied to clipboard

Missing parentheses in call to 'print'

Open MihirJani opened this issue 3 years ago • 3 comments

Getting error with using termux websploit/websploit.py", line 152 print "Wrong Command => ", terminal ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Wrong Command => ", terminal)?z

MihirJani avatar Dec 06 '20 15:12 MihirJani

try to use python2

Eug1n1 avatar Dec 06 '20 20:12 Eug1n1

Use future function

On Sun, Dec 6, 2020, 8:51 PM MihirJani [email protected] wrote:

Getting error with using termux websploit/websploit.py", line 152 print "Wrong Command => ", terminal ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Wrong Command => ", terminal)?z

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/The404Hacking/websploit/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHMDCQ4NOEU4ETBFDHODAXTSTOOQZANCNFSM4UPMKIJQ .

sachinlobo11 avatar Dec 07 '20 08:12 sachinlobo11

Getting error with using termux websploit/websploit.py", line 152 print "Wrong Command => ", terminal ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Wrong Command => ", terminal)?z

I also have this problem, I used python2 but I still have a problem :( I need to use network/mitm

alirezahed avatar Nov 03 '22 09:11 alirezahed