Closed antonagestam closed 6 years ago
Same issue for me, with El Capitan, on python 2.7 or 3
I also have this error running Win7 - Python 3.5 Anyone find a solution?
I am experiencing the same issue. Windows 10 - Python 3.6.1.
Workaround:
from inputs import devices
for device in devices:
print([device])
Using the example from the readme in a file called devices.py, I stumbled on an AttributeError.
Using macOS Sierra (10.12.3) and with inputs and pyobjc installed in a virtualenv with python version 3.5.2.