Re: [BangPypers] Hi.......

2010-01-13 Thread steve
Hi, On 01/13/2010 02:15 PM, Smrutilekha Swain wrote: i am doing a programme in which i have to copy a file from one directory to anotheri have used shutil.copy(src,dest)...but it is showing error i.e., permission denied...as file is in 'w' mode...so plzz tell me what to do.

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, Vishalvsapr...@gmail.com 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

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 vsapr...@gmail.com 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