Hi there, I am trying to use libusb-32 and pyusb to control a usb device on my windows 7 machine, as demonstrated here -
http://www.ladyada.net/learn/diykinect/. The libusb-32 filter driver on my device has installed with no problems but I am getting a "No backend available" error when I run my python code. Can anyone with experience of these tools give me some advice? I am thinking there is some sort of version conflict between pyusb and libusb-32, does anyone know which version of both tools are compatible? Thanks!