Skip to content
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

Open
Devendra2016 opened this issue Jul 31, 2024 · 5 comments

Comments

@Devendra2016
Copy link

Checkboxes

  • [ Checked] Updated fsociety
  • [ Checked] Issue does not already exist
  • [ Checked] fsociety issue, not a tool issue

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(...)?

@hackerjk1234
Copy link

same i also had this error

@hackerjk1234
Copy link

i tryed to excute this in kali linux

@x0root
Copy link

x0root commented Aug 1, 2024

Just make it runned with python2:
sudo ln -sf /usr/bin/python2 /usr/bin/python
Note: I run this command in Kali Linux and working.

@CRO-THEHACKER
Copy link
Contributor

This repository is extremely old and outdated- I highly recommend the new repository instead.

@RuShIII
Copy link

RuShIII commented Aug 7, 2024

Simply run fsociety.py with python2 and not python3

Like that : pyhton2 fsociety.py

@CRO-THEHACKER
Copy link
Contributor

Please do not use this version, this repo has been EOL (End-of-life) for many years. Update to the new repo -> society

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants