On 2019-08-23 15:33, Marilynn Huret wrote:
Having problems trying to install 3.7.3 with IDLE on a windows 7. When I try to run it, get a message that a .DLL is missingAm reviewing a book for Manning -"hello World" by Sande, third edition and have tried different install options Can you help?
Which DLL? If it's complaining about this "api-ms-win-crt-runtime-l1-1-0.dll", then you need the Windows Universal C Runtime: http://www.microsoft.com/en-us/download/details.aspx?id=48234 -- https://mail.python.org/mailman/listinfo/python-list
