Re: [pyusb-users] Arghh

2014-10-29 Thread Wander Lairson Costa
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

Re: [pyusb-users] Arghh

2014-10-28 Thread Emmanuel Blot
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

Re: [pyusb-users] Arghh

2014-10-28 Thread Wander Lairson Costa
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 .

[pyusb-users] Arghh

2014-10-28 Thread 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 .so format, so it seems like it really thinks it o