Open andrusco opened 4 years ago
it says error no mechanize after i have done " python facebook.py" it just says error no mechanize i have already done "pip install mechanize"
crap
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...
pip install mechanize
2to3 facebook.py -w
it says error no mechanize after i have done " python facebook.py" it just says error no mechanize i have already done "pip install mechanize"