-
Notifications
You must be signed in to change notification settings - Fork 29
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
I have this problem when running sigploit.py #210
Comments
I face same problem. |
Its not gonna work each line thereafter is missing () or "" is put in the wrong spot i found this error on at 7 different lines so until they rewrite it would not be worth the time to run also considering its running outdated python2 it would cause errors with the build. |
It work for python2 not python3
…On Monday, 28 December 2020, jwick9397 ***@***.***> wrote:
Its not gonna work each line thereafter is missing () or "" is put in the
wrong spot i found this error on at 7 different lines so until they rewrite
it would not be worth the time to run also considering its running outdated
python2 it would cause errors with the build.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#210 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF265PZW4QXQELZNLBZINU3SW7OZVANCNFSM4UPYZKFQ>
.
|
I use Python: 2.7.1 |
yes for python 2.7 it should not through that error, |
$ python3 sigploit.py
File "/home/stigm4/SigPloit/sigploit.py", line 136
print table[c][row],
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(table[c][row], end=" ")?
The text was updated successfully, but these errors were encountered: