On Mon, Jan 3, 2011 at 11:17 PM, mike s wrote:
> Mac OSX 10.6.5
> ValueError: No backend available
Be sure that the libusb dynamic library can be found by the loader.
Try
export DYLD_LIBRARY_PATH=/path/to/the/lib_directory
otherwise
Cheers,
Manu
--
2011/1/3 mike s :
>
>
>
> Hi,
> I'm trying to start interfacing with USB devices with Python which led me to
> PyUSB. I have installed the following software already:
> Mac OSX 10.6.5
> Xcode 3.2.3
> Python 2.6.6 and 3.2
> pkg-config-0.18.1
> libusb-1.0.8
> pyusb-1.0.0-a1
>
> In Python (2.6) I ca