Issue 31100: unable to open python on Windows (original) (raw)

Created on 2017-08-02 01:07 by Kenneth Griffin, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (5)
msg299640 - (view) Author: Kenneth Griffin (Kenneth Griffin) Date: 2017-08-02 01:07
tried installing multiple versions of 3.6 on windows. the installation works. However, when trying to put python --version in the command line of powershell, i get a pop up that says python has stopped working.
msg299641 - (view) Author: brobby crobby (brobby crobby) Date: 2017-08-02 03:41
i get this message while using git bash $ python C:/Users/simrash2000/AppData/Local/Programs/Python/Python36/python.exe: error while loading shared libraries: api-ms-win-crt-heap-l1-1-0.dll: cannot open shared object file: No such file or directory
msg299783 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2017-08-05 13:53
This probably means that your system failed to install the C Runtime, but not badly enough that it actually reported an error. First try rebooting, and if that doesn't work then search for the VisualC++ 2015 Redistributable installer and run that.
msg401534 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2021-09-09 23:25
Is there anything more we can do on this or can we close it?
msg401537 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2021-09-09 23:37
At this point, this isn't a helpful bug report anymore.
History
Date User Action Args
2022-04-11 14:58:49 admin set github: 75283
2021-09-09 23:37:29 steve.dower set status: pending -> closedresolution: out of datemessages: + stage: resolved
2021-09-09 23:25:16 iritkatriel set status: open -> pendingnosy: + iritkatrielmessages: +
2017-08-05 13:53:24 steve.dower set messages: +
2017-08-05 03:10:27 terry.reedy set nosy: + paul.moore, tim.golden, zach.ware, steve.dowercomponents: + Windowstitle: unable to open python -> unable to open python on Windows
2017-08-02 03:41:35 brobby crobby set nosy: + brobby crobbymessages: +
2017-08-02 01:07:09 Kenneth Griffin create