<div dir="ltr">Srinath,<div><br></div><div>This does seem to be a persistent problem (I have seen py2exe related questions go by a number of times), but unfortunately one I do not know how to solve.  </div><div><br></div><div>I suspect that this is more of an issue with py2exe / it's configuration, you might do better reaching out to the py2exe mailing list (and then making sure their answer makes it into our docs!).</div><div><br></div><div>Tom</div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Oct 8, 2015 at 7:38 PM programmer86 <<a href="mailto:penugondasrinath@gmail.com">penugondasrinath@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I developed a tool in Python 2.7.8 and packaged it using "py2exe". When I<br>
run the tool I get the following error<br>
<br>
Traceback (most recent call last):<br>
<br>
  File "application_gui.py", line 2, in <module><br>
  File "modules\Application.pyc", line 13, in <module><br>
  File "modules\Base.pyc", line 15, in <module><br>
  File "matplotlib\__init__.pyc", line 764, in <module><br>
  File "matplotlib\__init__.pyc", line 682, in rc_params<br>
  File "matplotlib\__init__.pyc", line 595, in matplotlib_fname<br>
  File "matplotlib\__init__.pyc", line 248, in wrapper<br>
  File "matplotlib\__init__.pyc", line 470, in _get_configdir<br>
  File "matplotlib\__init__.pyc", line 176, in _is_writable_dir<br>
  File "tempfile.pyc", line 462, in NamedTemporaryFile<br>
  File "tempfile.pyc", line 251, in _mkstemp_inner<br>
<br>
IOError: [Errno 17] No usable temporary file name found<br>
<br>
<br>
I am using matplotlib 1.4.3.<br>
<br>
Thanks,<br>
Srinath.<br>
<br>
<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://matplotlib.1069221.n5.nabble.com/Error-17-No-usable-Temporary-file-name-found-tp46219.html" rel="noreferrer" target="_blank">http://matplotlib.1069221.n5.nabble.com/Error-17-No-usable-Temporary-file-name-found-tp46219.html</a><br>
Sent from the matplotlib - devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Matplotlib-devel mailing list<br>
<a href="mailto:Matplotlib-devel@python.org" target="_blank">Matplotlib-devel@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/matplotlib-devel" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/matplotlib-devel</a><br>
</blockquote></div>