Closed thewh1teagle closed 1 year ago
Can you try coming up with a pull request that does this?
I think this issue is for https://github.com/apmorton/pyhidapi and not this project. Somewhat confusing as they both install as the hid
module, but this project works for me without an external DLL (and the other project does not).
This project builds hidapi into the cython module and loads hid.dll from system32.
@shuffle2 is right
When installing
hid
onwindows
we need to manually download theDLL
from releases and move it somewhere inPATH
. Please add it to thePython
package so users don't need to mess with that.