c00w / bitHopper

A python based poolhopper for bitcoin
MIT License
93 stars 53 forks source link

No module named gevent #670

Closed enmaku closed 12 years ago

enmaku commented 12 years ago

I've installed gevent (and all other dependencies) from the links in the README but when attempting to launch bitHopper.py I get

You need to install greenlet and gevent. See the readme. Traceback (most recent call last): File "C:\c00w-bitHopper-651a759\bitHopper.py", line 15, in raise e ImportError: No module named gevent

This is under Win7 x64 with Python 2.7.2

c00w commented 12 years ago

@enmaku It looks like you didn't install gevent. Try: http://gevent.googlecode.com/files/gevent-1.0b2.win32-py2.7.msi

c00w commented 12 years ago

Also make sure you only have 32 bit python installed.

enmaku commented 12 years ago

I've installed gevent and the other dependencies and it's been a while since I installed python but I'm fairly certain it was 2.7.2 win32. I'm uninstalling and reinstalling now just in case it was the 64 bit version.

enmaku commented 12 years ago

I apparently had an old python 2.6 install that all of my paths somehow got pointed back at. Uninstalled all and reinstalled python 2.7 win32 and it appears to be working. Haven't actually configured any workers or started mining but it's at least executing. My apologies for the false alarm.

c00w commented 12 years ago

Its ok. Also make sure you configure some backup pools like eligius with the current version.