[New-bugs-announce] [issue22990] bdist installation dialog

Alan report at bugs.python.org
Wed Dec 3 23:46:35 CET 2014


New submission from Alan:

The "Select Python Installations" dialog box contains the line "Select the Python locations where <distribution_name> should be installed." If <distribution_name> is anything other than a very short string, the line is truncated, due to the following factors:
- the line doesn't wrap
- the dialog box can't be resized
- the message (aside from the distribution name) is fairly lengthy

See the screenshot, where I created a distribution of a package whose name is "not_such_a_long_name".

At the same time as the line is made wrappable and/or the dialog box is made resizable, it would be nice to improve the wording of the message. It took me a while to figure out what was going on because the GUI elements have different meanings from the ones seen more commonly. Usually these elements (the menu with choices beginning with "Will be installed on local hard drive" and ending with "Entire feature will be unavailable") are used to choose one or more features of an application to install, not one or more places to install the same application. Maybe something like this would work:

Select Where to Install

Select Python locations in which to install <distribution_name>:

Python 2.7 (found in the registry)
Python 3.3 (found in the registry)
Python (other location)

instead of the current:

Select Python Installations

Select the Python locations where <distribution_name> should be installed:

Python 2.7 from registry
Python 3.3 from registry
Python from another location

----------
components: Distutils
files: bdist_screenshot.PNG
messages: 232094
nosy: Alan, dstufft, eric.araujo
priority: normal
severity: normal
status: open
title: bdist installation dialog
type: enhancement
versions: Python 3.3
Added file: http://bugs.python.org/file37353/bdist_screenshot.PNG

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


More information about the New-bugs-announce mailing list