8000 gh-75608: Add Windows FAQ entry for missing UCRT (GH-92765) · python/cpython@c29d9b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit c29d9b5

Browse files
gh-75608: Add Windows FAQ entry for missing UCRT (GH-92765)
(cherry picked from commit 80bc7d7) Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
1 parent 29f17a4 commit c29d9b5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Doc/faq/windows.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,3 +276,11 @@ How do I check for a keypress without blocking?
276276
Use the :mod:`msvcrt` module. This is a standard Windows-specific extension module.
277277
It defines a function ``kbhit()`` which checks whether a keyboard hit is
278278
present, and ``getch()`` which gets one character without echoing it.
279+
280+
How do I solve the missing api-ms-win-crt-runtime-l1-1-0.dll error?
281+
-------------------------------------------------------------------
282+
283+
This can occur on Python 3.5 and later when using Windows 8.1 or earlier without all updates having been installed.
284+
First ensure your operating system is supported and is up to date, and if that does not resolve the issue,
285+
visit the `Microsoft support page <https://support.microsoft.com/en-us/help/3118401/>`_
286+
for guidance on manually installing the C Runtime update.

0 commit comments

Comments
 (0)
0