Re: [pyusb-users] ValueError: No backend available

2018-03-03 Thread Xiaofan Chen
On Fri, Mar 2, 2018 at 10:57 AM, Xiaofan Chen wrote: > On Fri, Mar 2, 2018 at 3:52 AM, Michael Hennebry > wrote: >> Don't know why I wrote avrdude. 'Tis Atmel Studio giving me trouble. >> Avrdude is working. > > I see. If Atmel studio is using a different driver than the driver > installed with Z

Re: [pyusb-users] ValueError: No backend available

2018-03-01 Thread Michael Hennebry
Don't know why I wrote avrdude. 'Tis Atmel Studio giving me trouble. Avrdude is working. For some reason, I had thought that one could not get Windows binaries from libusb.info . I copied into a python directory and pyusb seems to be functioning now. On Wed, Feb 28, 2018 at 8:18 AM, Xiaofan Chen

Re: [pyusb-users] ValueError: No backend available

2018-02-28 Thread Xiaofan Chen
On Tue, Feb 27, 2018 at 6:20 AM, Michael Hennebry wrote: > zadig gives me the following options: > libusbK (v 3.0.7.0) > libusb-win32 (v 1.2.6.0) > winUSB (v 6.1.7600.16385) > USB Serial (CDC) > > The current libusb0 (v 1.2.6.0) was not obtained through zadig. > I think I got it by letting Windows

Re: [pyusb-users] ValueError: No backend available

2018-02-28 Thread Xiaofan Chen
On Wed, Feb 28, 2018 at 3:06 AM, Michael Hennebry wrote: > Is www.opendll.com a good place to get libusb-1? > I'm using WIndows because I have to and do not know > what places are safe or otherwise? I do not know about opendll. Anyway, libusb is an open source project and you should go to the off

Re: [pyusb-users] ValueError: No backend available

2018-02-27 Thread Michael Hennebry
Is www.opendll.com a good place to get libusb-1? I'm using WIndows because I have to and do not know what places are safe or otherwise? On Fri, Feb 23, 2018 at 9:11 PM, Xiaofan Chen wrote: > On Thu, Feb 8, 2018 at 8:25 AM, Michael Hennebry > wrote: > > I'm having trouble make pyusb work at all.

Re: [pyusb-users] ValueError: No backend available

2018-02-26 Thread Michael Hennebry
Any suggestions on where to get the dll? I've tried www.opendlls.com , but the checksums did not match. On Mon, Feb 26, 2018 at 4:20 PM, Michael Hennebry < michael.henne...@rivieranexus.com> wrote: > zadig gives me the following options: > libusbK (v 3.0.7.0) > libusb-win32 (v 1.2.6.0) > winUSB (

Re: [pyusb-users] ValueError: No backend available

2018-02-26 Thread Michael Hennebry
zadig gives me the following options: libusbK (v 3.0.7.0) libusb-win32 (v 1.2.6.0) winUSB (v 6.1.7600.16385) USB Serial (CDC) The current libusb0 (v 1.2.6.0) was not obtained through zadig. I think I got it by letting Windows go fish. My recollection is that nothing from zadig worked with avrdude

Re: [pyusb-users] ValueError: No backend available

2018-02-23 Thread Xiaofan Chen
On Thu, Feb 8, 2018 at 8:25 AM, Michael Hennebry wrote: > I'm having trouble make pyusb work at all. > When typing usb stuff in interactive mode, > usb.core.find(...) either produces ant empty list > or something that prints as nothing. > \Python27\python search.py > produced ValueError: No backen

[pyusb-users] ValueError: No backend available

2018-02-07 Thread Michael Hennebry
I'm having trouble make pyusb work at all. When typing usb stuff in interactive mode, usb.core.find(...) either produces ant empty list or something that prints as nothing. \Python27\python search.py produced ValueError: No backend available . search.py : import usb.core import usb.util import usb.

Re: [pyusb-users] ValueError: No backend available

2014-05-10 Thread Wander Lairson Costa
2014-05-09 21:09 GMT-03:00 Bruce Lewis : > > Thanks for the prompt reply ... > > libusb is installed in ... > /Library/Python/2.7/site-packages/usb/backend/ > which contains the following ... > My bad. I mean the libusb library, not libusb backend... -- Best Regards, Wander Lairson Costa --

Re: [pyusb-users] ValueError: No backend available

2014-05-09 Thread Bruce Lewis
Thanks for the prompt reply ... libusb is installed in ... /Library/Python/2.7/site-packages/usb/backend/ which contains the following ... [image: Inline images 1] Kind regards ... Bruce On 10 May 2014 08:22, Wander Lairson Costa wrote: > 2014-05-09 17:53 GMT-03:00 Bruce Lewis : > > Good mor

Re: [pyusb-users] ValueError: No backend available

2014-05-09 Thread Wander Lairson Costa
2014-05-09 17:53 GMT-03:00 Bruce Lewis : > Good morning .. > > I have an iMac 7.1 running OS X Mavericks and use Enthought Canopy to run > Python. > I want to use Python to read data from and write data to USB ports. > I have used MacPorts to install PyUSB and libusb using their portfiles. > From I

[pyusb-users] ValueError: No backend available

2014-05-09 Thread Bruce Lewis
Good morning .. I have an iMac 7.1 running OS X Mavericks and use Enthought Canopy to run Python. I want to use Python to read data from and write data to USB ports. I have used MacPorts to install PyUSB and libusb using their portfiles. >From Idle I have run... import usb.core import usb.util de

Re: [pyusb-users] ValueError: No backend available

2011-03-19 Thread Chris
On 18/03/2011 01:50, Xiaofan Chen wrote: > On Fri, Mar 18, 2011 at 8:46 AM, Chris wrote: >> I now have a separate issue sending data to a HID device because as the >> OSX kernel is using the native HID driver. Also usb.core.find() only >> sometimes finds the device. >> >> Bit of a disaster really.

Re: [pyusb-users] ValueError: No backend available

2011-03-17 Thread Xiaofan Chen
On Fri, Mar 18, 2011 at 8:46 AM, Chris wrote: > I now have a separate issue sending data to a HID device because as the > OSX kernel is using the native HID driver. Also usb.core.find() only > sometimes finds the device. > > Bit of a disaster really. If you have an HID device and you want to get

Re: [pyusb-users] ValueError: No backend available

2011-03-17 Thread Chris
On 17/03/2011 23:53, Xiaofan Chen wrote: > On Fri, Mar 18, 2011 at 3:28 AM, Emmanuel Blot wrote: >> I guess you would get a more explicit message, but what if Python is >> running in 64-bit mode and your libs are only built as 32-bit binaries? >> You may want to double check this point. >> > Or th

Re: [pyusb-users] ValueError: No backend available

2011-03-17 Thread Xiaofan Chen
On Fri, Mar 18, 2011 at 3:28 AM, Emmanuel Blot wrote: > > I guess you would get a more explicit message, but what if Python is > running in 64-bit mode and your libs are only built as 32-bit binaries? > You may want to double check this point. > Or the other way around, if Python is running in 32

Re: [pyusb-users] ValueError: No backend available

2011-03-17 Thread Emmanuel Blot
On 17 mars 2011, at 10:33, Chris wrote: > Still no dice. It's a head scratcher. I must be missing something. I guess you would get a more explicit message, but what if Python is running in 64-bit mode and your libs are only built as 32-bit binaries? You may want to double check this point.

Re: [pyusb-users] ValueError: No backend available

2011-03-17 Thread Chris
> Still no dice. It's a head scratcher. I must be missing something. > > Chris Hmm well it now all seems to work when I don't run as root. Weird... -- Colocation vs. Managed Hosting A question and answer guide to determin

Re: [pyusb-users] ValueError: No backend available

2011-03-17 Thread Chris
On 16/03/2011 22:36, Emmanuel Blot wrote: >> -rwxr-xr-x 1 root admin 44980 12 Jun 2008 /sw/lib/libusb-0.1.4.4.4.dylib >> lrwxr-xr-x 1 root admin 22 16 Mar 13:58 /sw/lib/libusb-0.1.4.dylib >> -> libusb-0.1.4.4.4.dylib >> lrwxr-xr-x 1 root admin 22 16 Mar 13:58 /sw/lib/libusb.dylib -> >> libus

Re: [pyusb-users] ValueError: No backend available

2011-03-16 Thread Emmanuel Blot
> It seems like libusb isn't installed correctly, but I used 'sudo apt-get > install libusb' and after installing pyusb openusb.py, libusb10.py and > libusb01.py are in /sw/lib/python2.5/site-packages/usb/backend. Am I > missing something? Try defining the path for the dynamic loader: export DYLD

[pyusb-users] ValueError: No backend available

2011-03-16 Thread Chris
Hi, I'm running pyusb-1.0.0-a1 on Python 2.5.1 on OSX 10.5.8 and getting this error with connecting to the backend. Python 2.5.1 (r251:54863, Jun 11 2008, 17:26:19) [GCC 4.0.1 (Apple Inc. build 5465)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import us