一時ディレクトリを見つけようとしていますが、使用してディレクトリを取得しようとすると
tempfile.gettempdir()
それは私にエラーを与えています
File "/usr/lib/python2.6/tempfile.py", line 254, in gettempdir
tempdir = _get_default_tempdir()
File "/usr/lib/python2.6/tempfile.py", line 201, in _get_default_tempdir
("No usable temporary directory found in %s" % dirlist))
IOError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/openerp/openerp-server']
ディレクトリのパーミッションは root が所有する 777 です。