Closed
Description
Is not possible to create a temporary directory via Python:
>>> import tempfile
>>> tempfile.mkdtemp()
Traceback (most recent call last):
File "<console>", line 1, in <module>
File "/Users/alanjds/src/git/python-for-android/build/python-install/lib/python2.7/tempfile.py", line 310, in mkdtemp
File "/Users/alanjds/src/git/python-for-android/build/python-install/lib/python2.7/tempfile.py", line 254, in gettempdir
File "/Users/alanjds/src/git/python-for-android/build/python-install/lib/python2.7/tempfile.py", line 201, in _get_default_tempdir
IOError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/']
Metadata
Metadata
Assignees
Labels
No labels