| 
     
      
      
      From: Tormod V. <lis...@gm...> - 2016-01-07 12:01:39
      
     
   | 
On Thu, Jan 7, 2016 at 9:01 AM, igor bezenchuk wrote: > Hi All, > I am trying to setup Libusb(1.0) and Pyusb(3.4) with on windows 10(ver > 10.0.10240) and can't make it work. I tried these steps to install libusb: > > 1. installing libusb0.1_win32 libusb0.1? What exactly did you install? Filename of download / installer, and from where? > 2.following this steps from mailing list: > > This can seem confusing, however when you are on 64-bit Windows, > MS64\dll\libusb-1.0.dll must be copied into C:\Windows\System32 and > (for running 32-bit applications that use libusb) > MS32\dll\libusb-1.0.dll must be copied into C:\Windows\SysWOW64 > > I used this code: libusb ships with an example executable called "listdevs.exe". Does it list all your devices? Unless you have libusb working, there is no need to try pyusb yet. Regards, Tormod  |