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

Fresh installation on Windows Server, not working #30

Closed JCStrainer closed 10 years ago

JCStrainer commented 10 years ago

Hello.

I have followed the installation instructions for Windows (I have Server 2008 here) in the Readme

I have succesfully installed the following files:

http://www.python.org/ftp/python/2.7.5/python-2.7.5.msi http://www.lfd.uci.edu/~gohlke/pythonlibs/coxofy2i/setuptools-1.1.6.win32-py2.7.exe http://www.lfd.uci.edu/~gohlke/pythonlibs/coxofy2i/pip-1.4.1.win32-py2.7.exe

I had to use more recent versions of setuptools and pip, as the versions in the readme aren't available anymore.

I also installed Selenium succesfully.

After setting up the config file, I tried to launch the bot with the following error:

Traceback (most recent call last): File "just-dice-bot.py", line 45, in from matplotlib.figure import Figure # @UnresolvedImport ImportError: No module named matplotlib.figure

What would I need to do different to test the bot?

KgBC commented 10 years ago

matplotlib is a new depency for the graphing, let me checkt the installation instructions tomorrow. Sorry for the inconvenience.

geekium commented 10 years ago

Install the requirements: http://www.lfd.uci.edu/~gohlke/pythonlibs/#matplotlib http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy

KgBC commented 10 years ago

instructions updated.