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

error message when running bat file #47

Closed Alex72075 closed 10 years ago

Alex72075 commented 10 years ago

When I run my bat file I get the following error message-

Traceback (most recent call last): File “just-dice-bot.py”, line 46, in From matplotlib.figure import Figure # @UnresolvedImport File “C:\python27\lib\site-packages\matplotlibinit.py” line 111, in Raise ImportError <”matplotlib requires dateutil”> ImportError: maplotlib requires dateutil

I’m not sure if I did the config file correct. I created a file and called it “config.py” and copied the information from config-Default.py into it.

Or I may not have the correct version of software – I wasn't able to find the same version that where listed.

Setuptools -> setuptools-1.4.2.win32-py2.7.exe Pip -> pip-1.4.1.win32-py2.7.exe Matplotlib -> Matplotlib-1.3.1.win32-py2.7.exe Numpy -> Numpy-MKL-1.8.0.win32-py2.7.exe

Sorry about the noob question but I don’t know anything about Python.

Thank you

Alex72075 commented 10 years ago

Never mind got pass the error message - now just trying to figure what to do about the config.py file