I\'m trying to install pyusb 0.4.3 on Mac OS X Lion 10.7.3 running Xcode 4.3 (the new Mac App Store .app with command line tools installed). When I try to \"python setup.py
It looks like you don't have libusb installed.
Try here: http://www.anyma.ch/blogs/research/2011/08/13/libusb-for-macosx-lion-10-7/
And read the comments, there's an update in that section.
BTW,
Have you tried using:
sudo easy_install pyusb
or:
sudo pip install pyusb
easy_install comes with Lion, but not pip, you can install it:
sudo easy_install pip
You should install libusb
. Personnaly I used port
:
port install libusb