This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients Martin Borus, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-07-27.18:27:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595874427.94.0.0444905619079.issue41412@roundup.psfhosted.org>
In-reply-to
Content
> running python.exe results in an error message popup which tells me ...
> that the "api-ms-win-core-path-l1-1-0.dll" is missing on the computer. 
> I googled for it and it seems that this dll is not a part of Windows 7.

Microsoft ended extended support for Windows 7 back in January of this year, so Python 3.9 does not support Windows 7, in accordance with PEP 11 [1]. I'd expect the installer to fail on unsupported versions of Windows.

[1]: https://www.python.org/dev/peps/pep-0011/#microsoft-windows
History
Date User Action Args
2020-07-27 18:27:07eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, Martin Borus
2020-07-27 18:27:07eryksunsetmessageid: <1595874427.94.0.0444905619079.issue41412@roundup.psfhosted.org>
2020-07-27 18:27:07eryksunlinkissue41412 messages
2020-07-27 18:27:07eryksuncreate