getting (13, 'Permission denied') for a file with 777 access when attempting to open it with the she
- by tipu
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?