Re: [pyusb-users] pyusb 1.0 with libusb 1.0 Windows Backend

2010-04-06 Thread Xiaofan Chen
On Tue, Apr 6, 2010 at 9:26 PM, Wander Lairson wander.lair...@gmail.com wrote: I added some preliminary log support to PyUSB at revision 56, it uses the logging module. Currently, you can define the environment variable PYUSB_DEBUG_LEVEL with the following values: critical, error, warning,

Re: [pyusb-users] pyusb 1.0 with libusb 1.0 Windows Backend

2010-04-06 Thread Wander Lairson
I haven't cygwin environment here, so I tested against my default Python installation and got it the same error. I guess we should test it with python which comes with cygwin. I will try it on my home machine. Wander 2010/4/6 Xiaofan Chen xiaof...@gmail.com: On Tue, Apr 6, 2010 at 9:26 PM,

Re: [pyusb-users] pyusb and Cygwin Python

2010-04-06 Thread Wander Lairson
Kind of strange, for libusb 1.0 fails on libusb_init call, and libusb 0.1 is sucessfully loaded: wan...@darkstar /cygdrive/c/Projetos/pyusb/trunk $ python Python 2.5.5 (r255:77872, Mar 15 2010, 00:43:13) [GCC 4.3.4 20090804 (release) 1] on cygwin Type help, copyright, credits or license for more