Re: [pyusb-users] Check pyusb Version

2010-08-02 Thread Henning Spille
Hi, turned out that it was programmed for 0.x but installed was 1.0. Changed implementation to 1.0 - runs great and is half lines of code. Thanx for help! Henning Am 30.07.2010 um 17:50 schrieb Wander Lairson: > It is probably 0.4 version. Try "value" member instead of bConfigurationValue.

Re: [pyusb-users] Check pyusb Version

2010-07-30 Thread Wander Lairson
It is probably 0.4 version. Try "value" member instead of bConfigurationValue. 2010/7/30 Henning Spille : > Hi, > > ist there any way to check which pyusb Version is installed in the system? > > I'm having a "NoneType' object has no attribute 'bConfigurationValue'" error > message on a Debian Sys

[pyusb-users] Check pyusb Version

2010-07-30 Thread Henning Spille
Hi, ist there any way to check which pyusb Version is installed in the system? I'm having a "NoneType' object has no attribute 'bConfigurationValue'" error message on a Debian System and i'm not sure if it may be the 1.0 or the 0.x Version of pyusb installed. Regards, Henning -