Hi,

   In case I had missed out the previous forum msgs, just wanted to ask why
there's no backend available when using
   libusb10 as the backend.

   Using zadig as the tool to get the correct drivers installed for XP, the
mass storage device is correctly recognized in device manager.

   Using python command prompt:

>>> import usb.core
>>> import usb.util
>>> import usb.backend.libusb10 as libusb10
>>>
>>> backend = libusb10.get_backend()
>>> backend
>>> import usb.backend.libusb01 as libusb01
>>> backend = libusb01.get_backend()
>>> backend
<usb.backend.libusb01._LibUSB object at 0x01AA8D70>
>>>

    Using libusb01 returns the backend support. I have indicated to use both
libusb0.sys and libusb0.dll in the path. Do I need more files within the
path?

Thanks
Max
------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
pyusb-users mailing list
pyusb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyusb-users

Reply via email to