Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.28 KB | None | 0 0
  1. python3.5 example.py
  2. Traceback (most recent call last):
  3.   File "example.py", line 4, in <module>
  4.     from instabot import InstaBot
  5.   File "/home/mathew/Documents/instabot.py-master (2)/instabot.py", line 4, in <module>
  6.     import requests
  7. ImportError: No module named 'requests'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement