dll file missing error

MRAB python at mrabarnett.plus.com
Sun Sep 16 20:39:30 EDT 2018


On 2018-09-15 22:22, benjamin bulley wrote:
> I encounter a dll error message while trying to run python. I uninstalled
> the program just to reinstall to find the same problem. Please help as I am
> quite new to this.
> 
You haven't given any details.

Which version of Windows? Which DLL? Which version of Python?

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



More information about the Python-list mailing list