Issues
Closed this issue · 1 comments
diegotfcastro commented
castro@castro:$ cd InstaBot//InstaBot$ ls
castro@castro:
hashtags.txt InstaBot.py~ profile.yml~ README.md
InstaBot.py profile.yml PycURL Download.md
castro@castro:~/InstaBot$ python InstaBot.py
Traceback (most recent call last):
File "InstaBot.py", line 1, in
import mechanize, yaml, re, time, sys, pycurl, hmac
ImportError: No module named yaml
marclave commented
Hi @diegotfcastro, please refer to the install guide(Most specifically step 3):
PyYAML libray is installed [PyYAML download!](pyyaml.org/wiki/PyYAML) V3.11
Thanks.
Closing this