Hi everyone,<br><br>I'm trying to use libusb, but I'm getting this behaviour in python:<br><br>>> from ctypes.util import find_library<div>>> find_library('usb')</div><div>>></div><div>(returned None)</div>

<div><br></div><div>The strange thing is that in another XO, same build (802), it does find the library:</div><div><br></div><div>>> from ctypes.util import find_library<div>>> find_library('usb')</div>

<div>>> 'libusb-0.1-so.4'</div><div><br></div><div>Both XO have this file in /usr/lib, but the first one won't find it. Nevertheless, it finds other libraries under /usr/lib.<br><br>I've checked /etc/ld.so.conf and it's the same for both XO.</div>

<div><br></div><div>I'm using the same version of libusb and libusb-devel, and they were installed with yum.</div><div><br>Any tips?</div>
</div>