KgBC / just-dice-bot

Hi, this is a flexible betting bot for just-dice.com. Feel free to use it under GPL. If you want to donate some Beer/Satoshis: 1CDjWb7zupTfQihc6sMeDvPmUHkfeMhC83 Thanks. The ACES branch is considered stable, use this if you don't want to develop and do not need latest features: https://github.com/KgBC/just-dice-bot/tree/aces
GNU General Public License v2.0
18 stars 6 forks source link

ImportError("matplotlib requires dateutil") #48

Open skynet21 opened 10 years ago

skynet21 commented 10 years ago

I tried installing and running this using Python 2.7. However, I get the following error:

D:\just-dice-bot-aces>cmd /k \python27\python just-dice-bot.py Traceback (most recent call last): File "just-dice-bot.py", line 46, in from matplotlib.figure import Figure # @UnresolvedImport File "D:\python27\lib\site-packages\matplotlibinit.py", line 111, in raise ImportError("matplotlib requires dateutil") ImportError: matplotlib requires dateutil

rogeroyer commented 6 years ago

Me too.