Open CuzyCat opened 3 years ago
I its probably because you're running the python2 script using python3, try using python2 facebook.py
I also had the issue and 'converted' the script to python3 by using 2to3 facebook.py -w
python facebook.py
Traceback (most recent call last):
File "/data/data/com.termux/files/home/facebook-cracker/facebook.py", line 5, in
python facebook.py Traceback (most recent call last): File "/data/data/com.termux/files/home/facebook-cracker/facebook.py", line 5, in import mechanize ModuleNotFoundError: No module named 'mechanize'
did you try : pip install mechanize
?
Ye
Yes
$Python facebook.py
File "/data/data/com.termux/files/home/facebook-cracker/facebook.py", line 79 print wel
^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?