New submission from Tim Golden <[email protected]>: 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 <[email protected]> <http://bugs.python.org/issue5467> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
