Re: [pyusb-users] [Poll] Support for python 2.3

2010-12-14 Thread Igor Mohor
Hi. I'm also fine with 2.6 and higher (hopefully 3.x soon) Regards, Igor On Tue, Dec 14, 2010 at 10:20 AM, Phil Hannent wrote: > On 12/12/2010 19:55, wander.lairson wrote: > > Hi there people, > > > > I few months ago I added support for logging in PyUSB to make debug > > and problem/bug

Re: [pyusb-users] Error reading data with Python 3.1.2

2010-09-27 Thread Igor Mohor
#x27; * size) TypeError: an integer is required You can see that there is 100 in the code. Any other ideas? Regards, Igor On Mon, Sep 27, 2010 at 2:42 PM, Wander Lairson wrote: > It feels like some incompatibility bug with python 3. Try this: > > epin.read(64, 100) > > 2010/

[pyusb-users] Error reading data with Python 3.1.2

2010-09-27 Thread Igor Mohor
Dear Gentleman, I need your help. I'm trying to read some data from the USB by using the folowing code and I get the error. PythonWin 3.1.2 (r312:79147, Mar 22 2010, 12:20:29) [MSC v.1500 32 bit (Intel)] on win32. Portions Copyright 1994-2008 Mark Hammond - see 'Help/About PythonWin' for further