Gregory Salvan added the comment:

Sorry I don't have windows to test.

Try to set the temporary directory to a path you're sure you've rights, either 
by setting tempfile.tempdir 
(http://docs.python.org/2/library/tempfile.html#tempfile.tempdir) or by adding 
the argument dir="C:\\user\path" in tempfile.TemporaryFile function.

Otherwise I can't help you.
Maybe you should show us the result of tempfile.gettempdir().

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19630>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to