kbdcounter icon indicating copy to clipboard operation
kbdcounter copied to clipboard

not installing

Open cbarbu opened this issue 13 years ago • 1 comments

Hi, After forking and installing python-xlib I cannot install:

$ python bootstrap.py Traceback (most recent call last): File "bootstrap.py", line 113, in ws.find(pkg_resources.Requirement.parse(requirement)).location AttributeError: 'NoneType' object has no attribute 'location'

Best,

Corentin

cbarbu avatar Aug 07 '12 13:08 cbarbu

I got it to work by replacing lines 112 and 113; haven't tested to see if starts automatically on boot yet though.

Make sure you have python easy_install installed.

It also appears that the project has been forked by dragly (https://github.com/dragly/KeypressCounter), maybe that will work.

jamescgibson avatar Dec 24 '12 21:12 jamescgibson