getting (13, 'Permission denied') for a file with 777 access when attempting to open it with the she
Posted
by tipu
on Stack Overflow
See other posts from Stack Overflow
or by tipu
Published on 2010-05-27T05:54:13Z
Indexed on
2010/05/27
7:31 UTC
Read the original article
Hit count: 156
http://djaffry.selfip.com:8080/
error is here. i am trying to open a file using
shelve.open("file")
i gave everything in the directory 777 permission with chmod -R 0777
. i understand this is unsafe but i did it to see if it was a permissions problem. i am still getting the permission error, however. any idea how i can fix it?
© Stack Overflow or respective owner