Sihlebomela
Sihlebomela
I installed mechanize `pip install mechanize` and since I'm on python3 I had to use `2to3 facebook.py -w` to convert the script to python 3, seems to have worked...
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...
> 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` ?