We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: