Re: [pyusb-users] PyUSB on Intel Galileo Gen 2

2014-11-27 Thread Wander Lairson Costa
Hi, Could you please run with the env var PYUSB_DEBUG=debug and post the logs? 2014-11-25 3:31 GMT-02:00 Setia Budi : > Actually, libusb is available on Yocto Linux: > > root@clanton:~# ls /lib/ | grep libusb > libusb-0.1.so.4 > libusb-0.1.so.4.4.4 > libusb-1.0.so.0 > libusb-1.0.so.0.1.0 > > But

Re: [pyusb-users] PyUSB on Intel Galileo Gen 2

2014-11-24 Thread Setia Budi
Actually, libusb is available on Yocto Linux: root@clanton:~# ls /lib/ | grep libusb libusb-0.1.so.4 libusb-0.1.so.4.4.4 libusb-1.0.so.0 libusb-1.0.so.0.1.0 But still, every time I call my script, I always have this error message Traceback (most recent call last): File "pyru824.py", line 71, i

Re: [pyusb-users] PyUSB on Intel Galileo Gen 2

2014-11-24 Thread Setia Budi
configure: error: in `/home/root/libusb-1.0.9': configure: error: no acceptable C compiler found in $PATH Need to get c compiler >.< On Tue, Nov 25, 2014 at 12:23 PM, Setia Budi wrote: > Thanks for the hint. I will try it now :) > > Kind regards, > Budi > > On Tue, Nov 25, 2014 at 12:17 PM,

Re: [pyusb-users] PyUSB on Intel Galileo Gen 2

2014-11-24 Thread Setia Budi
Thanks for the hint. I will try it now :) Kind regards, Budi On Tue, Nov 25, 2014 at 12:17 PM, Xiaofan Chen wrote: > On Tue, Nov 25, 2014 at 7:33 AM, Setia Budi wrote: > > Hi all, > > At the moment I am working with Intel Galileo Gen2 with Yocto Linux > running > > on top of it. This micro PC

Re: [pyusb-users] PyUSB on Intel Galileo Gen 2

2014-11-24 Thread Xiaofan Chen
On Tue, Nov 25, 2014 at 7:33 AM, Setia Budi wrote: > Hi all, > At the moment I am working with Intel Galileo Gen2 with Yocto Linux running > on top of it. This micro PC is planned to replace some other micro PC for > field experiment. > I installed pyusb on it without any issue, however, once I ru

[pyusb-users] PyUSB on Intel Galileo Gen 2

2014-11-24 Thread Setia Budi
Hi all, At the moment I am working with Intel Galileo Gen2 with Yocto Linux running on top of it. This micro PC is planned to replace some other micro PC for field experiment. I installed pyusb on it without any issue, however, once I run my script, which is using pyusb module, I found this error m