[Zope] Access denied on temporary files ????

Dieter Maurer dieter@handshake.de
Wed, 12 Sep 2001 00:08:24 +0200 (CEST)


Doyon, Jean-Francois writes:
 > TemporaryFile
 > OSError: [Errno 13] Permission denied: '@12087.4'
 > 
 > I'm not sure what temporary directory it is trying to use (I set the default
 > in the tempfile.py file to /tmp instead of None, but the module has it's own
 > logic for figuring out temp file paths).
Apparently, it does not use any special tempdir prefix
but uses the current working directory (i.e. where you started Zope).
Apparently, Zope does not have write permissions there.


Dieter