[issue5467] tools\msi\merge.py is sensitive to lack of config.py

Tim Golden report at bugs.python.org
Tue Mar 10 15:11:55 CET 2009


New submission from Tim Golden <mail at timgolden.me.uk>:

tools\msi\merge.py attempts to import config and fails with an
ImportError if it doesn't exist (which it doesn't by default). msi.py
catches this exception and ignores it.

The attached patch carries the same behaviour over to merge.py

----------
components: Installation
files: merge.patch
keywords: patch
message_count: 1.0
messages: 83433
nosy: tim.golden
nosy_count: 1.0
severity: normal
status: open
title: tools\msi\merge.py is sensitive to lack of config.py
versions: Python 2.7, Python 3.1
Added file: http://bugs.python.org/file13293/merge.patch

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


More information about the Python-bugs-list mailing list