Re: [pyusb-users] No backend available (I read the FAQ!)

2024-06-19 Thread Jonas Malaco via pyusb-users
On Wed, Jun 19, 2024 at 10:47 PM Michael Cannizzaro via pyusb-users wrote: > > Hello, > > I’m on a Mac and I’ve been trying to get my libusb1 backend installed and > recognized by PyUSB, to no avail. > > I’ve tried installing libusb via both the Homebrew method and the pip install > method. Both

Re: [pyusb-users] No Backend Available

2021-01-21 Thread Xiaofan Chen
On Thu, Jan 21, 2021 at 8:44 AM Jonas Malaco via pyusb-users wrote: > > According to Process Explorer, there is now an QueryNameInformationFile for: > > > > C:\Windows\System32\libusb-1.0.dll (because the program explicitly > > looks for it there!) > > > > in addition to accessing libusb-1.0.dll

Re: [pyusb-users] No Backend Available

2021-01-20 Thread Jonas Malaco via pyusb-users
On Wed, Jan 20, 2021 at 8:04 PM Steve Kranish wrote: > > > On 1/20/2021 4:41 PM, Jonas Malaco wrote: > > On Wed, Jan 20, 2021 at 6:20 PM Steve Kranish via pyusb-users > > wrote: > >> This is a widely reported problem which has just been left dangling for > >> many people. I have yet to see a comp

Re: [pyusb-users] No Backend Available

2021-01-20 Thread Steve Kranish via pyusb-users
On 1/20/2021 4:41 PM, Jonas Malaco wrote: On Wed, Jan 20, 2021 at 6:20 PM Steve Kranish via pyusb-users wrote: This is a widely reported problem which has just been left dangling for many people. I have yet to see a complete, meaningful resolution. This is not true. The solution, as you have

Re: [pyusb-users] No Backend Available

2021-01-20 Thread chris clark
As per Jonas' reply, its not clear libusb has been installed. zadig works for me and makes the install process much easier (if you want super easy, go with Linux) I did have some notes on this but they were in Bitbucket and didn't survive their mercurial purge and I've not found hosting so here is

Re: [pyusb-users] No Backend Available

2021-01-20 Thread Jonas Malaco via pyusb-users
On Wed, Jan 20, 2021 at 6:20 PM Steve Kranish via pyusb-users wrote: > > This is a widely reported problem which has just been left dangling for > many people. I have yet to see a complete, meaningful resolution. This is not true. The solution, as you have already gathered, is to install libusb.

Re: [pyusb-users] No backend available with windows 7

2015-03-03 Thread Michel Allaire
Thank you very much and my best regards Michel Allaire -Message d'origine- De : Xiaofan Chen [mailto:xiaof...@gmail.com] Envoyé : 2 mars 2015 20:20 À : pyusb-users@lists.sourceforge.net Objet : Re: [pyusb-users] No backend available with windows 7 On Tue, Mar 3, 2015 at 2:40 AM, M

Re: [pyusb-users] No backend available with windows 7

2015-03-02 Thread Xiaofan Chen
On Tue, Mar 3, 2015 at 2:40 AM, Michel Allaire wrote: > But it seems that I can't access the list devices on the bus with the > following script: > > import usb.core > import usb.util > > list_dev = usb.core.find(find_all=True) > n = 0 > for dev in list_dev: > n = n+1 > print (n, " " , de

Re: [pyusb-users] No backend available with windows 7

2015-03-02 Thread Michel Allaire
Message d'origine- De : Xiaofan Chen [mailto:xiaof...@gmail.com] Envoyé : 2 mars 2015 08:06 À : pyusb-users@lists.sourceforge.net Objet : Re: [pyusb-users] No backend available with windows 7 On Mon, Mar 2, 2015 at 1:06 PM, Michel Allaire wrote: > 2015-02-27 22:41:37,979 ERROR:usb.libloader:L

Re: [pyusb-users] No backend available with windows 7

2015-03-02 Thread Xiaofan Chen
On Mon, Mar 2, 2015 at 1:06 PM, Michel Allaire wrote: > 2015-02-27 22:41:37,979 ERROR:usb.libloader:Libusb 0 > (C:\WinAVR-20100110\bin\libusb0.dll) could not be loaded You probably want to delete this file and try again. C:\WinAVR-20100110\bin\libusb0.dll -- Xiaofan ---

Re: [pyusb-users] "No backend available" error

2011-11-29 Thread Xiaofan Chen
On Wed, Nov 30, 2011 at 1:11 AM, Barney, Bryson wrote: > Hi, > > I am new here, and a new user of PyUSB.  I have a very simple HID > Isochronous application to use this for, Take note HID is only using Interrupt Transfer. And Isochronous transfer is not easy to deal with and I think pyusb does no

Re: [pyusb-users] "No backend available" error

2011-11-29 Thread Ian Daniher
Do you have LibUSB installed? You'll need a binary backend in addition to the Python bindings. You can follow the installation instructions located at http://sourceforge.net/apps/trac/libusb-win32/wiki. On Tue, Nov 29, 2011 at 11:11, Barney, Bryson wrote: > Hi, > > I am new here, and a new use

Re: [pyusb-users] "No backend available" error on mac OS 10.6

2011-03-22 Thread Xiaofan Chen
On Wed, Mar 23, 2011 at 5:43 AM, Mike Lawrence wrote: > Happened to come across the solution to this. Simply build libusb with > > ./configure CC="gcc -m32" > make > sudo make install > > Then install pyusb. So the problem is that your Python is 32bit whereas by default libusb-1.0 will be built a

Re: [pyusb-users] "No backend available" error on mac OS 10.6

2011-03-22 Thread Mike Lawrence
Happened to come across the solution to this. Simply build libusb with ./configure CC="gcc -m32" make sudo make install Then install pyusb. On Thu, May 6, 2010 at 11:10 AM, Wander Lairson wrote: > I guess it is a libusb build issue. Try to build and run any of the libusb > samples. > > 2010/5/

Re: [pyusb-users] " No backend available" error on mac OS 10.6

2010-08-06 Thread mveloso
sudo aptitude install libusb-dev -- 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 ___

Re: [pyusb-users] No backend available: python 2.6.5 Win32 pyusb-1.0.0-a0

2010-07-14 Thread Xiaofan Chen
On Thu, Jul 15, 2010 at 3:25 AM, Wander Lairson wrote: > You can install libusb device driver either as a filter driver or as > the device driver for your component. If you choose the former, I > guess you don't need to uninstall your current driver (but probably > will be unable to use software s

Re: [pyusb-users] No backend available: python 2.6.5 Win32 pyusb-1.0.0-a0

2010-07-14 Thread Xiaofan Chen
On Thu, Jul 15, 2010 at 2:57 AM, John Harrison wrote: > If so, which libusb do you recommend I install for win32? I looked at > libusb-win32: > http://sourceforge.net/apps/trac/libusb-win32/wiki > > and I assume I install the device driver from that? > > The usb component I am connecting came with

Re: [pyusb-users] No backend available: python 2.6.5 Win32 pyusb-1.0.0-a0

2010-07-14 Thread Wander Lairson
2010/7/14 John Harrison : > By the fact that you are asking what libusb version I am using, I assume I > was supposed to install libusb independent of pyusb? I didn't catch that in > the docs... Yes, libusb must be installed separatelly from PyUSB. I will add an install section in the docs, sorry

Re: [pyusb-users] No backend available: python 2.6.5 Win32 pyusb-1.0.0-a0

2010-07-14 Thread John Harrison
By the fact that you are asking what libusb version I am using, I assume I was supposed to install libusb independent of pyusb? I didn't catch that in the docs... If so, which libusb do you recommend I install for win32? I looked at libusb-win32: http://sourceforge.net/apps/trac/libusb-win32/wiki

Re: [pyusb-users] No backend available: python 2.6.5 Win32 pyusb-1.0.0-a0

2010-07-14 Thread Wander Lairson
2010/7/14 John Harrison : > Just installed pyusb-1.0.0-a0 on a WinXP (win32) machine running Python > 2.6.5. Here's the output of my simple test: > > Python 2.6.5 (r265:79096, Mar 19 2010, 21:48:26) [MSC v.1500 32 bit (Intel)] > on > win32 > Type "help", "copyright", "credits" or "license" for more

Re: [pyusb-users] "No backend available" error on mac OS 10.6

2010-05-06 Thread Wander Lairson
I guess it is a libusb build issue. Try to build and run any of the libusb samples. 2010/5/6 Mike Lawrence > See below for the debug trace. Looks like it finds libusb-1.0, but > claims that it was built using the wrong architecture. When installing > libusb-1.0, I downloaded the source then ran

Re: [pyusb-users] "No backend available" error on mac OS 10.6

2010-05-06 Thread Mike Lawrence
See below for the debug trace. Looks like it finds libusb-1.0, but claims that it was built using the wrong architecture. When installing libusb-1.0, I downloaded the source then ran ./configure;make;sudo make install as usuall, and didn't see any significant errors. Below the pyusb debug trace, I'

Re: [pyusb-users] "No backend available" error on mac OS 10.6

2010-05-06 Thread Wander Lairson
Ok, try to create another env variable: export PYUSB_DEBUG_LEVEL=debug And send the results. PyUSB will start to dump debug messages on the screen. Wander 2010/5/5 Mike Lawrence > I've tried adding /usr/local/lib to both $PATH and $LD_LIBRARY_PATH (I > had to create the latter), but no luck;

Re: [pyusb-users] "No backend available" error on mac OS 10.6

2010-05-05 Thread Mike Lawrence
I've tried adding /usr/local/lib to both $PATH and $LD_LIBRARY_PATH (I had to create the latter), but no luck; the error persists. On Wed, May 5, 2010 at 6:19 PM, Wander Lairson wrote: > Hi Mike, > > What about your library path? Does it point to /usr/local/lib ? > > Wander > > 2010/5/5 Mike Law

Re: [pyusb-users] "No backend available" error on mac OS 10.6

2010-05-05 Thread Wander Lairson
Hi Mike, What about your library path? Does it point to /usr/local/lib ? Wander 2010/5/5 Mike Lawrence > Hi folks, > > Apologies if I've missed the solution to this in my search of the > mailing list's archives, but I'm getting a "No backend available" > error when using pyusb-1.0.0-a0 with li