Description
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.