ethicalhackeragnidhra / SigPloit-ss7

MIT License
251 stars 93 forks source link

File line 127 syntex errors #1

Open Manishpankaj29 opened 3 years ago

Manishpankaj29 commented 3 years ago

python sigploit.py ~/SigPloit-ss7 $ ls LICENSE Testing sigploit.py ss7main.py README.md init.py ss7 ~/SigPloit-ss7 $ python sigploit.py File "/data/data/com.termux/files/home/SigPloit-ss7/sigploit.py", line 127 print table[c][row], ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(table[c][row], end=" ")? ~/SigPloit-ss7 $

OzgeOzkaya commented 3 years ago

Guess you are not using python version 2.7. You may try again with that version.

Rags2Riches2 commented 2 years ago

python sigploit.py ~/SigPloit-ss7 $ ls LICENSE Testing sigploit.py ss7main.py README.md init.py ss7 ~/SigPloit-ss7 $ python sigploit.py File "/data/data/com.termux/files/home/SigPloit-ss7/sigploit.py", line 127 print table[c][row], ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(table[c][row], end=" ")? ~/SigPloit-ss7 $

had the same problem you have to use python 2 and pip

Hizkaw commented 2 years ago

how to fix line 127 please

player99122 commented 1 year ago

2to3 every files, u will also need to relocate them and change the code in some of them. thank me later