[issue10729] fwbackups python lib error

2010-12-18 Thread Ayman Elmasry

New submission from Ayman Elmasry elmasry.ay...@gmail.com:

I hope this topic is not completely unfitting here.

fwbackups error after backup attempt which concerned python lib:

ERROR : Traceback (most recent call last):   File 
/usr/lib/python2.4/site-packages/fwbackups/operations/backup.py, line 698, in 
start  pkgListfiles = self.createPkgLists()   File 
/usr/lib/python2.4/site-packages/fwbackups/operations/backup.py, line 85, in 
createPkgLists   fh = tempfile.NamedTemporaryFile(suffix='.txt', prefix=%s - 
tmp % _('rpm - Package list'), delete=False)  TypeError: NamedTemporaryFile() 
got an unexpected keyword argument 'delete'

--
components: Library (Lib)
messages: 124276
nosy: elmasry-ayman
priority: normal
severity: normal
status: open
title: fwbackups python lib error
versions: Python 2.5

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10729
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10729] fwbackups python lib error

2010-12-18 Thread Eric Smith

Eric Smith e...@trueblade.com added the comment:

fwbackups is a third party package. See if you can submit a bug at 
http://www.diffingo.com/oss/fwbackups

--
nosy: +eric.smith
resolution:  - invalid
stage:  - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10729
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10729] fwbackups python lib error

2010-12-18 Thread Ayman Elmasry

Ayman Elmasry elmasry.ay...@gmail.com added the comment:

thank you

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10729
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10729] fwbackups python lib error

2010-12-18 Thread R. David Murray

R. David Murray rdmur...@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 rep...@bugs.python.org
http://bugs.python.org/issue10729
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com