Author

Topic: Reddit top bot help (Read 444 times)

legendary
Activity: 1120
Merit: 1000
April 03, 2014, 12:24:38 PM
#1
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
    import cointipbot
  File "/root/frankotip/src/cointipbot.py", line 20, in
    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
    import ctb_user, ctb_misc, ctb_stats
  File "/root/frankotip/src/ctb/ctb_user.py", line 18, in
    import ctb_misc
  File "/root/frankotip/src/ctb/ctb_misc.py", line 22, in
    from requests.exceptions import HTTPError
ImportError: No module named requests.exceptions

any ideas what i need to to do?
Jump to: