We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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', '/']
The text was updated successfully, but these errors were encountered:
@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.
Sorry, something went wrong.
[OT] FIX for kivy#289 and kivy#186
2efeee1
Merge pull request #307 from alanjds/fix-289-and-186
73db656
Fixes for #289 and #186
No branches or pull requests
Is not possible to create a temporary directory via Python:
The text was updated successfully, but these errors were encountered: