Re: [pyusb-users] PyUSB for Lego Education Product Communication-WeDO

2011-08-16 Thread Ian Daniher
Hi Safoura, Perhaps we should take this off list, but I have a few ideas. First off, you shouldn't need to touch WeDo_plugin - WeDoMore is the self-contained library. As for the distance - the WeDo is a rather tremendously shoddy piece of electronics. Distance might not work if you've recently u

Re: [pyusb-users] PyUSB for Lego Education Product Communication-WeDO

2011-08-15 Thread safoura
Hi Ian, As I am still trying to get WeDoMore funcs(getDistance()) to work,I thought of asking you this question (silly question,sorry!), am I supposed to do any thing with WeDo_plugin? I have been only using the WeDoMore.py so far! When I run "getDistance()" from the python shell or even a very

Re: [pyusb-users] PyUSB for Lego Education Product Communication-WeDO

2011-08-14 Thread safoura
Ian I have started using WeDoMore since a while back (since you let me know about this package through the mailing list) but constantly have problem with "getDistance()" function. Is there any thing specific that I need to do while using that function. Some times it works fine and sometimes i

Re: [pyusb-users] PyUSB for Lego Education Product Communication-WeDO

2011-06-17 Thread Ian Daniher
Glad to hear it helped. Best of luck! On Thu, Jun 16, 2011 at 12:29, Safoura wrote: > Ian Daniher writes: > > > > > > > It looks like you're using the code on Windows, a platform I didn't > especially > design for. That being said, it would appear that the windows version of > PyUSB > doesn't i

Re: [pyusb-users] PyUSB for Lego Education Product Communication-WeDO

2011-06-16 Thread Safoura
Ian Daniher writes: > > > It looks like you're using the code on Windows, a platform I didn't > especially design for. That being said, it would appear that the windows version of PyUSB doesn't implement the "is_kernel_driver_active" method - comment out lines 13-18 of WeDoMore.py. > On Fr

Re: [pyusb-users] PyUSB for Lego Education Product Communication-WeDO

2011-06-10 Thread Ian Daniher
It looks like you're using the code on Windows, a platform I didn't especially design for. That being said, it would appear that the windows version of PyUSB doesn't implement the "is_kernel_driver_active" method - comment out lines 13-18 of WeDoMore.py. On Fri, Jun 10, 2011 at 10:49, Safoura wro

Re: [pyusb-users] PyUSB for Lego Education Product Communication-WeDO

2011-06-10 Thread Safoura
Ian Daniher writes: > > > I wrote a python library to do exactly this. See https://github.com/itdaniher/WeDoMore for details.  > > Additionally, it integrates with TurtleArt, the opensource project by PICO & Walter Bender. > > Best, > -- > IanOn Thu, Jun 9, 2011 at 15:49, Safoura Seddighin

Re: [pyusb-users] PyUSB for Lego Education Product Communication-WeDO

2011-06-09 Thread Ian Daniher
I wrote a python library to do exactly this. See https://github.com/itdaniher/WeDoMore for details. Additionally, it integrates with TurtleArt, the opensource project by PICO & Walter Bender. Best, -- Ian On Thu, Jun 9, 2011 at 15:49, Safoura Seddighin wrote: > Hi > I am new to PyUSB and trying

[pyusb-users] PyUSB for Lego Education Product Communication-WeDO

2011-06-09 Thread Safoura Seddighin
Hi I am new to PyUSB and trying to communicate with a Lego WeDo device. PyUSB seemed great but I havn't had any success in communicating so far. I was just wondering whether any one has had communicated with Lego education products successfully using PyUSB just to make sure that I am on the right t