Hello, I am new to Python and installed python3 recently and when I try to open IDLE, Iam getting the error attached. Please let me know how to resolve it. Thanks.
Looks like you have a prerelease version of the CRT on your machine. Try finding and installing the latest Visual C++ 2017 Redistributables from Microsoft. A newer version would have been installed by Python but since it wasn't I assume you have some other program on your PATH that has included a (not quite) private copy of ucrtbase.dll. If you can find and update or uninstall that program, and then reinstall Python it should resolve it.
History
Date
User
Action
Args
2022-04-11 14:58:56
admin
set
github: 76747
2018-02-19 21:28:57
steve.dower
set
status: open -> closedresolution: works for mestage: resolved
2018-01-19 20🔞51
terry.reedy
set
title: Not able to open Python IDLE -> Not able to run Python 3.6 on Windows