fsociety
fsociety copied to clipboard
i am getting this error while installing fsociety on my linux
python3 fsociety.py
File "/home/recker/fsociety/fsociety.py", line 1194
print "-------------------------"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
please help me out.....
Use "python2 fsociety" thats what worked for me
you need to convert the python2 code to python3 and its gonna work
there is a library call 2to3
this is a reference to it https://docs.python.org/3/library/2to3.html
you need to convert the python2 code to python3 and its gonna work
there is a library call 2to3
this is a reference to it https://docs.python.org/3/library/2to3.html
no lol, you need to just use the new version of fsociety. https://github.com/fsociety-team/fsociety