On Wed, Jul 11, 2012 at 5:29 PM, <p...@gmx.li> wrote: >> libusb-1.0 (or the libusbx fork) has Windows support as well >> and the dll is named libusb-1.0.dll. > > I gave it a try a few days ago. > Like libusbx' README.txt told me, I installed it via a tool named > Zadig.exe, which installed WinUSB v6.1.7600.16385. > > I'm not quite sure, but AFAIR pyusb didn't found the .dll-file due to its > odd name (a rather lenghty name, something with "Co" in it – I'd have to > reinstall it again to gather the name again) while calling > libusb10.get_backend. > > Please tell me how to obtain libusb-1.0 with a dll named "libusb-1.0.dll", > so that pyusb will recognize it.
No it is because that Zadig did not install libusb-1.0.dll by itself. It only installs the driver (WinUSB). You can put libusb-1.0.dll into the correct Windows system directory and pyusb should work. 32bit Windows: copy 32bit libusb-1.0.dll to Windows\System32. 64bit Windows: 1) copy 64bit libusb-1.0.dll to Windows\System32 2) copy 32bit libusb-1.0.dll to Windows\SysWOW64 -- Xiaofan ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ pyusb-users mailing list pyusb-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pyusb-users