Hey,
when I run the keyboard.py example the following error happens:
Traceback (most recent call last):
File “keyboard.py”, line 32, in
@buttonshim.on_press([buttonshim.BUTTON_A, buttonshim.BUTTON_B, buttonshim.BUTTON_C, buttonshim.BUTTON_D, buttonshim.BUTTON_E])
File “/usr/lib/python2.7/dist-packages/buttonshim/ init .py”, line 294, in on_press
setup()
File “/usr/lib/python2.7/dist-packages/buttonshim/ init .py”, line 186, in setup
_bus = smbus.SMBus(1)
IOError: [Errno 2] No such file or directory
Does anybody have an idea what the failure is?