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
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
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
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
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