Re: [pyusb-users] Install pyusb 0.4.3 on OS X Lion

2012-03-09 Thread Arman Samimi
libusb-compat worked like a charm. Thanks a lot! On 2012-03-09, at 2:39 AM, Wander Lairson Costa wrote: > 2012/3/9 Arman Samimi : >> I have libusb 1.0.8 installed using home brew. Does it need to be 0.1 ? >> > > For 0.4 version, yes. You can try the libusb-compat, which is an > wrapper for lib

Re: [pyusb-users] Install pyusb 0.4.3 on OS X Lion

2012-03-09 Thread Wander Lairson Costa
2012/3/9 Arman Samimi : > I have libusb 1.0.8 installed using home brew. Does it need to be 0.1 ? > For 0.4 version, yes. You can try the libusb-compat, which is an wrapper for libusb 1.0 API compatible with libusb 0.1. -- Best Regards, Wander Lairson Costa -

Re: [pyusb-users] Install pyusb 0.4.3 on OS X Lion

2012-03-09 Thread Arman Samimi
I have libusb 1.0.8 installed using home brew. Does it need to be 0.1 ? On Mar 9, 2012 2:30 AM, "Wander Lairson Costa" wrote: > 2012/3/9 Arman Samimi : > > Hi, > > > > I'm trying to install pyusb 4.0.3 on mac os x lion 10.7.3 running xcode > > 4.3. > > When I try to "python setup.py install" I ge

Re: [pyusb-users] Install pyusb 0.4.3 on OS X Lion

2012-03-09 Thread Wander Lairson Costa
2012/3/9 Arman Samimi : > Hi, > > I'm trying to install pyusb 4.0.3 on mac os x lion 10.7.3 running xcode > 4.3. > When I try to "python setup.py install" I get this long list of error ending > with "error: command 'llvm-gcc-4.2' failed with exit status 1": > > http://pastebin.com/R8id7Qf7 > > Any

[pyusb-users] Install pyusb 0.4.3 on OS X Lion

2012-03-08 Thread Arman Samimi
Hi, I'm trying to install pyusb 4.0.3 on mac os x lion 10.7.3 running xcode 4.3. When I try to "python setup.py install" I get this long list of error ending with "error: command 'llvm-gcc-4.2' failed with exit status 1": http://pastebin.com/R8id7Qf7 Any ideas? Thanks