Bitcoin Forum

Other => Off-topic => Topic started by: Brewins on April 03, 2014, 04:24:38 PM



Title: Reddit top bot help
Post by: Brewins on April 03, 2014, 04:24:38 PM
I'm currently trying to set up a tip bot, but when i run the bot i get the following error:

Code:
Traceback (most recent call last):
  File "_run.py", line 3, in <module>
    import cointipbot
  File "/root/frankotip/src/cointipbot.py", line 20, in <module>
    from ctb import ctb_action, ctb_coin, ctb_db, ctb_log, ctb_misc, ctb_user
  File "/root/frankotip/src/ctb/ctb_action.py", line 18, in <module>
    import ctb_user, ctb_misc, ctb_stats
  File "/root/frankotip/src/ctb/ctb_user.py", line 18, in <module>
    import ctb_misc
  File "/root/frankotip/src/ctb/ctb_misc.py", line 22, in <module>
    from requests.exceptions import HTTPError
ImportError: No module named requests.exceptions

any ideas what i need to to do?