Hi, when django tries to open a file in 'wb+' mode it gets an I/O Error: File doesn't exists. It appears to be a permission problem. I've tried doing a softlink(ln -s) from my django project directory to my home directory to no avail. Nor can I change the user or group of the folders. How can I solve the problem? asked 04 Oct '11, 02:51 PuercoPop |
Does your Django run under a different user than your primary user? or are you accessing the server with a secondary user?