Hey, I'm trying to run a simple script available in a tutorial ;. usb is imported, but when I try to search on the device, I get the following error, please help
>>> dev=usb.core.find()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python27\lib\site-packages\usb\core.py", line 819, in find
raise ValueError('No backend available')
ValueError: No backend available
source
share