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

Next button not greyed out during file copy. #40479

Closed
prittenh mannequin opened this issue Jun 29, 2004 · 3 comments
Closed

Next button not greyed out during file copy. #40479

prittenh mannequin opened this issue Jun 29, 2004 · 3 comments
Assignees
Labels
stdlib Python modules in the Lib dir

Comments

@prittenh
Copy link
Mannequin

prittenh mannequin commented Jun 29, 2004

BPO 982215
Nosy @mhammond, @theller
Files
  • wiz_buttons.patch: Patch that disables all the buttons during install
  • 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/theller'
    closed_at = <Date 2004-07-02.08:04:41.000>
    created_at = <Date 2004-06-29.19:54:56.000>
    labels = ['library']
    title = ' Next button not greyed out during file copy.'
    updated_at = <Date 2004-07-02.08:04:41.000>
    user = 'https://bugs.python.org/prittenh'

    bugs.python.org fields:

    activity = <Date 2004-07-02.08:04:41.000>
    actor = 'theller'
    assignee = 'theller'
    closed = True
    closed_date = None
    closer = None
    components = ['Distutils']
    creation = <Date 2004-06-29.19:54:56.000>
    creator = 'prittenh'
    dependencies = []
    files = ['1323']
    hgrepos = []
    issue_num = 982215
    keywords = []
    message_count = 3.0
    messages = ['21355', '21356', '21357']
    nosy_count = 3.0
    nosy_names = ['mhammond', 'theller', 'prittenh']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue982215'
    versions = []

    @prittenh
    Copy link
    Mannequin Author

    prittenh mannequin commented Jun 29, 2004

    I've noticed a problem with a couple of distutils based
    installers (py2exe and pywin32) that I think may be a
    problem in all distutils based windows installers.

    When you click Next to start the file copy, the Next
    button is not greyed out or disabled. If you click it
    again, it seems to start another file copy process
    running, because you then get an "Overwrite Existing
    Files?" dialog. If you click Yes, the install may throw a
    Runtime Error with the message "The process cannot
    access the file because it is being used by another
    process..." and it may lock up.

    I'm running Python 2.3.3 and have seen this in py2exe
    0.5.0 and pywin32 build 201. I have tried a number of
    Windows OSs including 2000 and ME.

    @prittenh prittenh mannequin closed this as completed Jun 29, 2004
    @prittenh prittenh mannequin assigned theller Jun 29, 2004
    @prittenh prittenh mannequin added the stdlib Python modules in the Lib dir label Jun 29, 2004
    @prittenh prittenh mannequin closed this as completed Jun 29, 2004
    @prittenh prittenh mannequin assigned theller Jun 29, 2004
    @prittenh prittenh mannequin added the stdlib Python modules in the Lib dir label Jun 29, 2004
    @mhammond
    Copy link
    Contributor

    mhammond commented Jul 2, 2004

    Logged In: YES
    user_id=14198

    I see this too! Attached is a patch.

    @theller
    Copy link

    theller commented Jul 2, 2004

    Logged In: YES
    user_id=11105

    Committed as install.c rev 1.1.14.2 and rev 1.5.
    Thanks for the patch.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 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
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants