R. David Murray <[email protected]> added the comment:

Ayman: FYI it looks like you are trying to run the program on a Python version 
older than what it requires (the delete keyword for NamedTemporaryFile was 
introduced in version 2.6, as you can find out by looking it up in the python 
documentation for the tempfile module).

----------
nosy: +r.david.murray

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue10729>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to