[issue12639] msilib Directory.start_component() fails if keyfile is not None

John Keeping report at bugs.python.org
Mon Jul 25 18:23:27 CEST 2011


New submission from John Keeping <john.keeping at lineone.net>:

If msilib.Directory.start_component() is called with the keyfile argument not None then it attempts to call self.cab.gen_id(self.absolute, keyfile) but the msilib.CAB.gen_id() method takes only two arguments (not three).

----------
components: Windows
files: msilib.gen_id.patch
keywords: patch
messages: 141098
nosy: john.keeping
priority: normal
severity: normal
status: open
title: msilib Directory.start_component() fails if keyfile is not None
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file22751/msilib.gen_id.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12639>
_______________________________________


More information about the Python-bugs-list mailing list