Comment 5 for bug 241958

Revision history for this message
Mark (mark-johnson-smith) wrote :

Looks like it could be a problem with ez_setup. This worked for me...

sudo python ez_setup.py

python setup.py build

sudo python setup.py install

Then there's an issue with paths. Things should be installed into /usr/bin instead of /usr/local/bin. This works...

sudo ln /usr/local/bin/rescue* /usr/bin/

This site helped: http://ubundance.blogspot.com/2010/08/installing-rescuetime-on-ubuntu-1004.html

I *HATE* signing up for things to post useful information so hopefully RescueTime is worth the effort!
Good luck.