]> granicus.if.org Git - python/commit
Enhancements to the bdist_wininst command:
authorThomas Heller <theller@ctypes.org>
Mon, 19 Feb 2001 09:20:30 +0000 (09:20 +0000)
committerThomas Heller <theller@ctypes.org>
Mon, 19 Feb 2001 09:20:30 +0000 (09:20 +0000)
commite09f63949dc67cc8d9d40bebc278a55ef6ac777c
tree14506e0fd57019e1ee47b230d4a6f2ee170c83bc
parent636b90638a0b26331bf0dc8bd3d16b334126cbb1
Enhancements to the bdist_wininst command:
--bitmap command line option allows to use a different bitmap file instead
of the build-in python powered logo.
--title lets you specify the text to display on the background.

The editbox in the first screen now longer is
selected (highlighted), it had the WS_TABSTOP flag.

This is the patch
http://sourceforge.net/patch/?func=detailpatch&patch_id=103687&group_id=5470
with two changes:
1. No messagebox displayed when the compilation to .pyc or .pyo files
failes, this will only confuse the user (and it will fail under certain
cases, where sys.path contains garbage).
2. A debugging print statement was removed from bdist_wininst.py.
Lib/distutils/command/bdist_wininst.py