Re: [BangPypers] Python and USB

2010-01-13 Thread Vishal
On Wed, Jan 13, 2010 at 3:13 PM, Anand Balachandran Pillai < abpil...@gmail.com> wrote: > On Wed, Jan 13, 2010 at 3:09 PM, Vishal wrote: > > > On Wed, Jan 13, 2010 at 3:01 PM, Anand Balachandran Pillai < > > abpil...@gmail.com> wrote: > > > > > On Wed, Jan 13, 2010 at 2:56 PM, Vishal wrote: > >

Re: [BangPypers] Python and USB

2010-01-13 Thread Anand Balachandran Pillai
On Wed, Jan 13, 2010 at 3:09 PM, Vishal wrote: > On Wed, Jan 13, 2010 at 3:01 PM, Anand Balachandran Pillai < > abpil...@gmail.com> wrote: > > > On Wed, Jan 13, 2010 at 2:56 PM, Vishal wrote: > > > > > Hi, > > > > > > I am looking for a way to create a python library that talks to some > usb > >

Re: [BangPypers] Python and USB

2010-01-13 Thread Vishal
On Wed, Jan 13, 2010 at 3:01 PM, Anand Balachandran Pillai < abpil...@gmail.com> wrote: > On Wed, Jan 13, 2010 at 2:56 PM, Vishal wrote: > > > Hi, > > > > I am looking for a way to create a python library that talks to some usb > > devices (such as usb-i2c cards etc). There is a requirement that

Re: [BangPypers] Python and USB

2010-01-13 Thread steve
On 01/13/2010 03:01 PM, Anand Balachandran Pillai wrote: On Wed, Jan 13, 2010 at 2:56 PM, Vishal wrote: Hi, I am looking for a way to create a python library that talks to some usb devices (such as usb-i2c cards etc). There is a requirement that the python library should be usable directl

Re: [BangPypers] Python and USB

2010-01-13 Thread Anand Balachandran Pillai
On Wed, Jan 13, 2010 at 2:56 PM, Vishal wrote: > Hi, > > I am looking for a way to create a python library that talks to some usb > devices (such as usb-i2c cards etc). There is a requirement that the python > library should be usable directly under windows and linux withough > requiring > the us

[BangPypers] Python and USB

2010-01-13 Thread Vishal
Hi, I am looking for a way to create a python library that talks to some usb devices (such as usb-i2c cards etc). There is a requirement that the python library should be usable directly under windows and linux withough requiring the user to worry about her platform. Any pointers? I did find a c