I am trying to design a GUI using wxGlade for a USB device. The pyUSB portion of the code has been added to the python code generated by Glade.
However, there is an error. 'No backend available'
This is is response to using a function usbDev = usb.core.find(idVendor = 0xfffe, idProduct = 0x0001)
I have already installed libusb-win32 and still it doesn't work. I restarted the PC once, but to no avail. Kindly help.