Re: [Chennaipy] doubt in a python

2017-09-21 Thread Murthy Raju
Hi Anitha, When you try to open a file for appending/writing, you may get "IOError: [Errno 13] Permission denied" if the file is open in another application and hence locked. Have you opened the file che.csv in another application and kept it open when you were trying to run the script for the s

Re: [Chennaipy] doubt in a python

2017-09-21 Thread anitha ganesan
hello sir, Thanks for your reply, but I am using window 7 os.I can write the file for first time but I cant append. On Wed, Sep 20, 2017 at 10:54 PM, Aravindhan K wrote: > IMHO the error is with file permissions associated with directory you are > working not in the code. > > On Wed, Sep 20, 20

Re: [Chennaipy] doubt in a python

2017-09-21 Thread anitha ganesan
windows 7 is my os On Thu, Sep 21, 2017 at 12:39 AM, Shrinivasan T wrote: > What is the operating system you use ? > > On Sep 20, 2017 10:30 PM, "anitha ganesan" wrote: > >> Hello all, >> >> I am anitha ganesan, I am beginner for python, I have written a program >> to get details and store in c

Re: [Chennaipy] doubt in a python

2017-09-20 Thread Shrinivasan T
What is the operating system you use ? On Sep 20, 2017 10:30 PM, "anitha ganesan" wrote: > Hello all, > > I am anitha ganesan, I am beginner for python, I have written a program to > get details and store in csv files. When I run it for first time i will get > answer, but if i wish to add some o

Re: [Chennaipy] doubt in a python

2017-09-20 Thread Aravindhan K
IMHO the error is with file permissions associated with directory you are working not in the code. On Wed, Sep 20, 2017 at 10:29 PM, anitha ganesan wrote: > Hello all, > > I am anitha ganesan, I am beginner for python, I have written a program to > get details and store in csv files. When I run