On Wed, Oct 12, 2016 at 12:24 PM, Karlheinz Hoening <k.hoen...@gmx.net> wrote:
>
>    on my iMac I have installed Windows (7) and I am now trying to install
>    Python 3.5.2 (32-bit) under Windows OS.
>    Every time after having 'repaired' with the installation procedere I
>    receive the following message when starting Python 3.5:
>    
> ----------------------------------------------------------------------------------------------------------------------------
>    python.exe - Sytemfehler
>    Das Programm kann nicht gestartet werden, da api-ms-win-crt-I1-1-0.dll auf
>    dem Computer fehlt.
>    Installieren Sie das Programm erneut ...
>    
> ----------------------------------------------------------------------------------------------------------------------------
>    Can you give any hint (support)?
>    Where can I find the above mentionned driver?

It's not a driver; it's an API set DLL for the C runtime library. The
C runtime is now an OS component, so preferably you should get this
from Windows Update to install the most recent version available. It
may be listed under optional updates.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to