Thanks @emmanuel, so helpful, as always :)
@anony Could you please run your script with the PYUSB_DEBUG=debug
environment variable set and post the logs?
2014-10-28 20:59 GMT-02:00 Emmanuel Blot :
> Adding libusb path to DYLD_LIBRARY_PATH should be enough.
>
> I'm using this syntax daily on OS X
Adding libusb path to DYLD_LIBRARY_PATH should be enough.
I'm using this syntax daily on OS X without any issue.
If libusb(x) has been installed with Homebrew:
export DYLD_LIBRARY_PATH="/usr/local/opt/libusb/lib"
$> ls -l /usr/local/opt/libusb/lib/
total 464
-r--r--r-- 1 eblot admin 93280 2
2014-10-28 18:51 GMT-02:00 Anony Mous :
> ok, is it the other way around? OSX requires dylibs, rather than .so, so
> PyUSB is looking for/using the wrong thing?
>
> There's a line in the usblib configure that says the linker doesn't support
> .so and elsewhere it implies that the default *is* the .
ok, is it the other way around? OSX requires dylibs, rather than .so, so
PyUSB is looking for/using the wrong thing?
There's a line in the usblib configure that says the linker doesn't support
.so and elsewhere it implies that the default *is* the .so format, so it
seems like it really thinks it o