From: Setia B. <boe...@gm...> - 2014-11-24 23:33:28
|
Hi all, At the moment I am working with Intel Galileo Gen2 with Yocto Linux running on top of it. This micro PC is planned to replace some other micro PC for field experiment. I installed pyusb on it without any issue, however, once I run my script, which is using pyusb module, I found this error message: Traceback (most recent call last): File "pyru824.py", line 71, in <module> RFID_READER = usb.core.find(idVendor=VENDOR_ID, idProduct=PRODUCT_ID) File "/usr/lib/python2.7/site-packages/usb/core.py", line 1199, in find raise ValueError('No backend available') ValueError: No backend available I am just wondering whether anyone has a solution for this problem? Thank you :) Kind regards, Budi |