-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
Windows OnlyKeyUnavailableException #4
Comments
I switched to python3, but now I get ImportError No module named 'client':
|
signal11/hidapi#231 seems to be the problem and lists a workaround. I will give it a try if I get the chance. |
@fayep I have had similar issues when trying to run the chrome app at the same time as the command line tool. Make sure to use one at a time. I have verified this tool is working on Mac OS El Capitan. Also some major revisions were just made to this tool so there may be some bugs to work out. |
@fayep With the recent changes to python-onlykey Windows now works if you want to give it another shot. |
I have the key plugged in, the pin is entered, I installed python2.7 and the vcpython package then I checked the docs for hid, built the DLL and copied it to python27/DLLs, what is missing for me to be able to access the key?
hid.enumerate() includes:
Which I believe is the required device, but I still get:
The text was updated successfully, but these errors were encountered: