unbit / foohid-py

Python wrapper for the foohid OSX driver
MIT License
18 stars 6 forks source link

Unable to create device #3

Closed hirakujira closed 8 years ago

hirakujira commented 8 years ago

I installed foohid on my Mac and tried to run the example but it shows SystemError: unable to create device

I think foohid is installed and works because I can run the compiled binary of mouse.c and keyboard.c in foohid examples.

Environment: OS X 10.11.4 with foohid v0.2.1 installed.

hirakujira commented 8 years ago

OK I know why. These examples doesn't work on foohid v0.2.1. I downgraded to v0.1 and now it works.