Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bdist installation dialog #67179

Closed
alan mannequin opened this issue Dec 3, 2014 · 2 comments
Closed

bdist installation dialog #67179

alan mannequin opened this issue Dec 3, 2014 · 2 comments
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@alan
Copy link
Mannequin

alan mannequin commented Dec 3, 2014

BPO 22990
Nosy @merwok, @zooba, @dstufft
Files
  • bdist_screenshot.PNG: screenshot of bdist dialog box w/truncated text
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2021-02-03.18:26:29.886>
    created_at = <Date 2014-12-03.22:46:35.284>
    labels = ['type-feature', 'library']
    title = 'bdist installation dialog'
    updated_at = <Date 2021-02-03.18:26:29.885>
    user = 'https://bugs.python.org/Alan'

    bugs.python.org fields:

    activity = <Date 2021-02-03.18:26:29.885>
    actor = 'steve.dower'
    assignee = 'none'
    closed = True
    closed_date = <Date 2021-02-03.18:26:29.886>
    closer = 'steve.dower'
    components = ['Distutils']
    creation = <Date 2014-12-03.22:46:35.284>
    creator = 'Alan'
    dependencies = []
    files = ['37353']
    hgrepos = []
    issue_num = 22990
    keywords = []
    message_count = 2.0
    messages = ['232094', '386388']
    nosy_count = 4.0
    nosy_names = ['eric.araujo', 'steve.dower', 'dstufft', 'Alan']
    pr_nums = []
    priority = 'normal'
    resolution = 'out of date'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue22990'
    versions = ['Python 3.3']

    @alan
    Copy link
    Mannequin Author

    alan mannequin commented Dec 3, 2014

    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

    @alan alan mannequin added stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Dec 3, 2014
    @zooba
    Copy link
    Member

    zooba commented Feb 3, 2021

    Distutils is now deprecated (see PEP-632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils.

    If this issue does not relate to distutils, please remove the component and reopen it. If you believe it still requires a fix, most likely the issue should be re-reported at https://github.com/pypa/setuptools

    @zooba zooba closed this as completed Feb 3, 2021
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant