Re: [pyusb-users] master branch test fails

2011-11-26 Thread Wander Lairson Costa
2011/11/25 Robert von Burg : > > Thanks a lot for the super quick response! > It should be fixed now. You can get the fix by running git pull. -- Best Regards, Wander Lairson Costa https://github.com/walac https://gitorious.org/~walac

Re: [pyusb-users] master branch test fails

2011-11-25 Thread Robert von Burg
On 26 November 2011 02:01, Wander Lairson Costa wrote: > 2011/11/25 Robert von Burg : >> >> Ahh, yes. There we go. It seems to be a python specific problem on maverick: >> >> Python 2.6.6 (r266:84292, Sep 15 2010, 16:22:56) >> [GCC 4.4.5] on linux2 >> Type "help", "copyright", "credits" or "licens

Re: [pyusb-users] master branch test fails

2011-11-25 Thread Wander Lairson Costa
2011/11/25 Robert von Burg : > > Ahh, yes. There we go. It seems to be a python specific problem on maverick: > > Python 2.6.6 (r266:84292, Sep 15 2010, 16:22:56) > [GCC 4.4.5] on linux2 > Type "help", "copyright", "credits" or "license" for more information. import sys sys.version_info >

Re: [pyusb-users] master branch test fails

2011-11-25 Thread Robert von Burg
Hi On 26 November 2011 01:52, Wander Lairson Costa wrote: > 2011/11/25 Robert von Burg : >> >> I'm using python 2.6.6 on Ubuntu 10.10 Maverick >> > > Could you please run a little test like bellow and report the output? > > $ python > Python 2.7.1+ (r271:86832, Apr 11 2011, 18:13:53) > [GCC 4.5.2

Re: [pyusb-users] master branch test fails

2011-11-25 Thread Wander Lairson Costa
2011/11/25 Robert von Burg : > > I'm using python 2.6.6 on Ubuntu 10.10 Maverick > Could you please run a little test like bellow and report the output? $ python Python 2.7.1+ (r271:86832, Apr 11 2011, 18:13:53) [GCC 4.5.2] on linux2 Type "help", "copyright", "credits" or "license" for more infor

Re: [pyusb-users] master branch test fails

2011-11-25 Thread Robert von Burg
On 26 November 2011 01:42, Wander Lairson Costa wrote: > 2011/11/25 Robert von Burg : >> Hi guys. >> >> I just pulled the latest branch as i am trying to go through the >> tutorial for v1.0. >> >> With the latest stable i'm running in a problem where the usb.control >> does not yet exist, yet it i

Re: [pyusb-users] master branch test fails

2011-11-25 Thread Wander Lairson Costa
2011/11/25 Robert von Burg : > Hi guys. > > I just pulled the latest branch as i am trying to go through the > tutorial for v1.0. > > With the latest stable i'm running in a problem where the usb.control > does not yet exist, yet it is referenced in the tutorial. > > Now in the current master, the