windows - IOError: [Errno 13] Permission denied while opening a file in Python -
i trying access pdf file on python , message:
ioerror: [errno 13] permission denied: 'c.pdf' here piece of code:
fpdf = open(self.filename, 'ab+') this code opens file have windows 64-bit pc python 2.7.9 installed
the error pretty self-describing, user runs python script not have rights open file.
try running app administrator.
Comments
Post a Comment