[issue10729] fwbackups python lib error

R. David Murray report at bugs.python.org
Sat Dec 18 17:43:59 CET 2010


R. David Murray <rdmurray at bitdance.com> 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 <report at bugs.python.org>
<http://bugs.python.org/issue10729>
_______________________________________


More information about the Python-bugs-list mailing list