This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: tools\msi\merge.py is sensitive to lack of config.py
Type: Stage:
Components: Installation Versions: Python 3.1, Python 2.7
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: loewis Nosy List: loewis, tim.golden
Priority: high Keywords: patch

Created on 2009-03-10 14:11 by tim.golden, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
merge.patch tim.golden, 2009-03-10 14:11 Patch against r70301 of tools\msi\merge.py
Messages (2)
msg83433 - (view) Author: Tim Golden (tim.golden) * (Python committer) Date: 2009-03-10 14:11
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
msg107079 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2010-06-04 17:26
The patch is now out of date; merge.py got merged into msi.py.
History
Date User Action Args
2022-04-11 14:56:46adminsetgithub: 49717
2010-06-04 17:26:28loewissetstatus: open -> closed
resolution: out of date
messages: + msg107079
2009-03-10 21:16:05loewissetpriority: high
assignee: loewis

nosy: + loewis
2009-03-10 14:11:54tim.goldencreate