marclave / InstaBot

A simple Instagram bot written in Python
199 stars 74 forks source link

Issues #9

Closed diegotfcastro closed 9 years ago

diegotfcastro commented 9 years ago

castro@castro:~$ cd InstaBot/ castro@castro:~/InstaBot$ ls 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 9 years ago

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