mod_python Unable to create file

kaush kaushikbarat at gmail.com
Sun Mar 2 01:47:02 EST 2008


Hi,

I am using Apache and mod_python to service POST/GET requests on MAC
OS. My script tries to create a file

file = open(file_path, 'w')

This fails with the following error

EACCES
Permission denied

What is missing?

Thanks,
Kaushik




More information about the Python-list mailing list