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.

Author Alan
Recipients Alan, dstufft, eric.araujo
Date 2014-12-03.22:46:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417646795.33.0.270415129525.issue22990@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2014-12-03 22:46:35Alansetrecipients: + Alan, eric.araujo, dstufft
2014-12-03 22:46:35Alansetmessageid: <1417646795.33.0.270415129525.issue22990@psf.upfronthosting.co.za>
2014-12-03 22:46:35Alanlinkissue22990 messages
2014-12-03 22:46:34Alancreate