On Wed, Apr 7, 2010 at 11:04 AM, Xiaofan Chen <xiaof...@gmail.com> wrote:
> On Wed, Apr 7, 2010 at 8:58 AM, Wander Lairson <wander.lair...@gmail.com> 
> wrote:
>> 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 information.
>
> Ah, I updated my Cygwin installation to the latest (same version as you)
> and now it seems to work. Thanks.
>

This is the test result now with testall.py (removing all those debug
information
from libusb 1.0 Windows).

2010-04-07 11:05:18,864 INFO:usb.core:Using backend "usb.backend.libusb10"
2010-04-07 11:05:19,016 INFO:usb.test:Adding
BackendTest(usb.backend.libusb10) to test suite...
2010-04-07 11:05:19,160 INFO:usb.test:Adding
BackendTest(usb.backend.libusb01) to test suite...
2010-04-07 11:05:19,161 DEBUG:usb.backend.openusb:Error loading OpenUSB backend
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/usb/backend/openusb.py", line
568, in get_backend
    _lib = _load_library()
  File "/usr/lib/python2.5/site-packages/usb/backend/openusb.py", line
148, in _load_library
    raise OSError('USB library could not be found')
OSError: USB library could not be found
2010-04-07 11:05:19,172
WARNING:usb.test:BackendTest(usb.backend.openusb) is not available
2010-04-07 11:05:19,308 INFO:usb.test:Adding
DeviceTest(usb.backend.libusb10) to test suite...
2010-04-07 11:05:19,308 INFO:usb.test:Adding
ConfigurationTest(usb.backend.libusb10) to test suite...
2010-04-07 11:05:19,308 INFO:usb.test:Adding
InterfaceTest(usb.backend.libusb10) to test suite...
2010-04-07 11:05:19,309 INFO:usb.test:Adding
EndpointTest(usb.backend.libusb10) to test suite...
2010-04-07 11:05:19,309 INFO:usb.core:Setting configuration 1



-- 
Xiaofan http://mcuee.blogspot.com

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
pyusb-users mailing list
pyusb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyusb-users

Reply via email to