File access and threads

Petter Holmström peholmst at abo.fi
Wed Apr 21 05:34:35 EDT 2004


Aahz wrote:
> 
> Could you at least post a full traceback?

Is this enough?


=== TRACEBACK BEGINS ===
Mod_python error: "PythonHandler mod_python.psp"

Traceback (most recent call last):

   File "/usr/local/lib/python2.3/site-packages/mod_python/apache.py", 
line 287, in HandlerDispatch
     log=debug)

   File "/usr/local/lib/python2.3/site-packages/mod_python/apache.py", 
line 457, in import_module
     module = imp.load_module(mname, f, p, d)

   File "/usr/local/lib/python2.3/site-packages/mod_python/psp.py", line 
34, in ?
     tempdir = tempfile.gettempdir()

   File "/usr/local/lib/python2.3/tempfile.py", line 242, in gettempdir
     tempdir = _get_default_tempdir()

   File "/usr/local/lib/python2.3/tempfile.py", line 188, in 
_get_default_tempdir
     raise IOError, (_errno.ENOENT,

IOError: [Errno 2] No usable temporary directory found in ['/tmp', 
'/var/tmp', '/usr/tmp', '/']

=== TRACEBACK ENDS ===

-Petter-



More information about the Python-list mailing list