Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOError: [Errno 2] No usable temporary directory #289

Closed
alanjds opened this issue Oct 25, 2014 · 1 comment
Closed

IOError: [Errno 2] No usable temporary directory #289

alanjds opened this issue Oct 25, 2014 · 1 comment

Comments

@alanjds
Copy link
Contributor

alanjds commented Oct 25, 2014

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', '/']
@tito tito changed the title IOError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/'] IOError: Oct 25, 2014
@alanjds alanjds changed the title IOError: IOError: [Errno 2] No usable temporary directory found Oct 25, 2014
@alanjds alanjds changed the title IOError: [Errno 2] No usable temporary directory found IOError: [Errno 2] No usable temporary directory Oct 25, 2014
@alanjds
Copy link
Contributor Author

alanjds commented Oct 25, 2014

@tito: I think that the title had changed by some bot on your behalf. If not, please do it again and I will not change back.

alanjds added a commit to alanjds/python-for-android that referenced this issue Dec 11, 2014
tito added a commit that referenced this issue Dec 30, 2014
@tito tito closed this as completed Dec 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants