Trying to get bitHopper to work on Linixcoin 0.2-final, but I can't get the base upgraded. BitHopper requires Python 2.7+ with setuptools and greenlet. After some fiddling I managed to get the python2.7 package installed and I renamed the python binary in /usr/bin to python-old and the new python2.7 to python. After this, it appears that setuptools installs as well, but it install 0.6.16. Then when I try to proceed to install greenlet, it fails, complaining that it needs distribution 0.6.19 (I'm assuming this is the setuptools). Ideas on fixing this one, anyone? Thanks.