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

Microsoft Store app IDLE (Python 3.8) needs msvcp140.dll #82673

Closed
evaldas mannequin opened this issue Oct 16, 2019 · 5 comments
Closed

Microsoft Store app IDLE (Python 3.8) needs msvcp140.dll #82673

evaldas mannequin opened this issue Oct 16, 2019 · 5 comments
Assignees
Labels
3.8 only security fixes 3.9 only security fixes OS-windows topic-IDLE topic-installation type-bug An unexpected behavior, bug, or error

Comments

@evaldas
Copy link
Mannequin

evaldas mannequin commented Oct 16, 2019

BPO 38492
Nosy @terryjreedy, @pfmoore, @tjguk, @zware, @zooba, @miss-islington
PRs
  • bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime #16824
  • [3.8] bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824) #16825
  • [3.7] bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824) #19576
  • 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 2019-10-16.17:59:02.445>
    created_at = <Date 2019-10-16.02:03:12.178>
    labels = ['type-bug', 'expert-installation', '3.9', '3.8', 'expert-IDLE', 'OS-windows']
    title = 'Microsoft Store app IDLE (Python 3.8) needs msvcp140.dll'
    updated_at = <Date 2020-04-17.23:31:35.597>
    user = 'https://bugs.python.org/evaldas'

    bugs.python.org fields:

    activity = <Date 2020-04-17.23:31:35.597>
    actor = 'miss-islington'
    assignee = 'steve.dower'
    closed = True
    closed_date = <Date 2019-10-16.17:59:02.445>
    closer = 'steve.dower'
    components = ['IDLE', 'Installation', 'Windows']
    creation = <Date 2019-10-16.02:03:12.178>
    creator = 'evaldas'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 38492
    keywords = ['patch']
    message_count = 5.0
    messages = ['354765', '354804', '354807', '354808', '366686']
    nosy_count = 7.0
    nosy_names = ['terry.reedy', 'paul.moore', 'tim.golden', 'zach.ware', 'steve.dower', 'miss-islington', 'evaldas']
    pr_nums = ['16824', '16825', '19576']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue38492'
    versions = ['Python 3.8', 'Python 3.9']

    @evaldas
    Copy link
    Mannequin Author

    evaldas mannequin commented Oct 16, 2019

    OS: x64 Windows 10 Professional 1903 fresh installation (with latest updates)

    Python 3.8 app (final version 3.8.0, not RC) installation from Microsoft Store adds two shortcuts to the Start menu:

    • Python 3.8
    • IDLE (Python 3.8)

    Clicking the "Python 3.8" (python3.8.exe) starts Python interpreter - all fine and good.

    Clicking the "IDLE (Python 3.8)" (idle3.8.exe) displays only the error message "MSVCP140.DLL was not found" (I do not remember exact sentence, because eventually I manually installed Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019).

    @evaldas evaldas mannequin assigned terryjreedy Oct 16, 2019
    @evaldas evaldas mannequin added type-crash A hard crash of the interpreter, possibly with a core dump 3.8 only security fixes OS-windows topic-IDLE labels Oct 16, 2019
    @terryjreedy terryjreedy removed their assignment Oct 16, 2019
    @terryjreedy terryjreedy changed the title Microsoft Store app IDLE (Python 3.8) has dependency on msvcp140.dll Microsoft Store app IDLE (Python 3.8) needs msvcp140.dll Oct 16, 2019
    @terryjreedy terryjreedy added type-bug An unexpected behavior, bug, or error and removed type-crash A hard crash of the interpreter, possibly with a core dump labels Oct 16, 2019
    @zooba
    Copy link
    Member

    zooba commented Oct 16, 2019

    I know what this is - the fix that went into the console executable didn't make it into the windowed executable.

    @zooba zooba added the 3.9 only security fixes label Oct 16, 2019
    @zooba zooba self-assigned this Oct 16, 2019
    @zooba
    Copy link
    Member

    zooba commented Oct 16, 2019

    New changeset 7aebbd1 by Steve Dower in branch 'master':
    bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824)
    7aebbd1

    @miss-islington
    Copy link
    Contributor

    New changeset 7773d39 by Miss Islington (bot) in branch '3.8':
    bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824)
    7773d39

    @zooba zooba closed this as completed Oct 16, 2019
    @miss-islington
    Copy link
    Contributor

    New changeset c46dc6f by Miss Islington (bot) in branch '3.7':
    bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824)
    c46dc6f

    @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
    3.8 only security fixes 3.9 only security fixes OS-windows topic-IDLE topic-installation type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants