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" 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