-
Notifications
You must be signed in to change notification settings - Fork 2k
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'. Did you mean print(...)? #225
Comments
same i also had this error |
i tryed to excute this in kali linux |
Just make it runned with python2: |
This repository is extremely old and outdated- I highly recommend the new repository instead. |
Simply run fsociety.py with python2 and not python3 Like that : pyhton2 fsociety.py |
Please do not use this version, this repo has been EOL (End-of-life) for many years. Update to the new repo -> society |
Checkboxes
Expected Result
fsociety execute
Actual Result
fsociety
File "/home/kali/.fsociety/fsociety.py", line 1194
print "-------------------------"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
The text was updated successfully, but these errors were encountered: