8000 Python [Error 17]No usable Temporary file name found · Issue #5145 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
Python [Error 17]No usable Temporary file name found #5145
Closed
@yogi86

Description

@yogi86

I developed a tool in Python 2.7.8 and packaged it using "py2exe". When I run the tool I get the following error:

Traceback (most recent call last):
File "application_gui.py", line 2, in
File "modules\Application.pyc", line 13, in
File "modules\Base.pyc", line 15, in
File "matplotlib__init__.pyc", line 764, in
File "matplotlib__init__.pyc", line 682, in rc_params
File "matplotlib__init__.pyc", line 595, in matplotlib_fname
File "matplotlib__init__.pyc", line 248, in wrapper
File "matplotlib__init__.pyc", line 470, in get_configdir
File "matplotlib__init
_.pyc", line 176, in _is_writable_dir
File "tempfile.pyc", line 462, in NamedTemporaryFile
File "tempfile.pyc", line 251, in _mkstemp_inner
IOError: [Errno 17] No usable temporary file name found
I am using matplotlib 1.4.3.
It runs perfectly before packaging but the error is found to occur only after packaging. can anybody solve this issue or provide any information as I did not find anywhere.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0