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

When I will start the bot. #7

Closed ghost closed 11 years ago

ghost commented 11 years ago

Traceback (most recent call last): File "bot.py", line 155, in JustDiceBet() File "bot.py", line 46, in init self.setUp() File "bot.py", line 87, in setUp EasyProcess('fvwm').start() File "/usr/local/lib/python2.7/dist-packages/easyprocess/init.py", line 260, in start raise EasyProcessError(self, 'start error') easyprocess.EasyProcessError: start error <EasyProcess cmd_param=fvwm alias={alias} cmd=['fvwm'] ({scmd}) oserror=[Errno 2] No such file or directory returncode=None stdout="None" stderr="None" timeout=False>

KgBC commented 11 years ago

Hello, is fvwm installed? See readme for install instructions. Ah ... missed that in install instructions:

try: sudo apt-get install fvwm

You wouldn't need it with self.visible = 0, but if your want to see what happens I init a window manager to get firefox maximized.

Please give me feedback if this works.

ghost commented 11 years ago

After that: sudo apt-get install fvwm

It works :)

Thank you