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

Non-web installer fails without a connection when doing debug install #69313

Closed
thijsvandien mannequin opened this issue Sep 15, 2015 · 4 comments
Closed

Non-web installer fails without a connection when doing debug install #69313

thijsvandien mannequin opened this issue Sep 15, 2015 · 4 comments
Assignees
Labels
OS-windows topic-installation type-bug An unexpected behavior, bug, or error

Comments

@thijsvandien
Copy link
Mannequin

thijsvandien mannequin commented Sep 15, 2015

BPO 25126
Nosy @pfmoore, @tjguk, @zware, @zooba
Files
  • Python 3.5.0 (32-bit)_20150915141555.log
  • 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 = 'https://github.com/zooba'
    closed_at = <Date 2015-09-23.01:25:41.362>
    created_at = <Date 2015-09-15.12:28:20.867>
    labels = ['type-bug', 'expert-installation', 'OS-windows']
    title = 'Non-web installer fails without a connection when doing debug install'
    updated_at = <Date 2015-09-23.01:25:41.361>
    user = 'https://bugs.python.org/thijsvandien'

    bugs.python.org fields:

    activity = <Date 2015-09-23.01:25:41.361>
    actor = 'steve.dower'
    assignee = 'steve.dower'
    closed = True
    closed_date = <Date 2015-09-23.01:25:41.362>
    closer = 'steve.dower'
    components = ['Installation', 'Windows']
    creation = <Date 2015-09-15.12:28:20.867>
    creator = 'thijsvandien'
    dependencies = []
    files = ['40473']
    hgrepos = []
    issue_num = 25126
    keywords = []
    message_count = 4.0
    messages = ['250763', '250764', '251357', '251363']
    nosy_count = 6.0
    nosy_names = ['paul.moore', 'tim.golden', 'python-dev', 'zach.ware', 'steve.dower', 'thijsvandien']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue25126'
    versions = ['Python 3.5']

    @thijsvandien
    Copy link
    Mannequin Author

    thijsvandien mannequin commented Sep 15, 2015

    Python 3.5.0 offers a web installer. This implies that the other installer works offline. This is the case for the default component selection. When debug symbols/binaries are selected, the setup fails with error code 0x80070642 saying the user aborted the installation. This is a severe usability issue. Either everything should be included, or, if that makes the installer too big, "Install debugging symbols" should be "Download and install debugging symbols" - likewise "Install debug binaries" should be "Download and install debug binaries." When downloading fails, the failure message should mention that, rather than blaming the user for something they haven't done.

    Tested under Windows 7 SP1 X86 with the X86 non-web installer of Python 3.5.0.

    @thijsvandien thijsvandien mannequin added topic-installation OS-windows type-bug An unexpected behavior, bug, or error labels Sep 15, 2015
    @thijsvandien
    Copy link
    Mannequin Author

    thijsvandien mannequin commented Sep 15, 2015

    Although I think the issue is pretty clear, I'm attaching the log file for completion's sake.

    @zooba
    Copy link
    Member

    zooba commented Sep 22, 2015

    Yeah, changing the item description is a good suggestion.

    It basically doubles the size of the download to include everything all at once.

    @zooba zooba self-assigned this Sep 22, 2015
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Sep 23, 2015

    New changeset 4e98c622ab20 by Steve Dower in branch '3.5':
    Issue bpo-25126: Clarifies that the non-web installer will download some components.
    https://hg.python.org/cpython/rev/4e98c622ab20

    @zooba zooba closed this as completed Sep 23, 2015
    @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
    OS-windows topic-installation type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant