Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #97209

Re: Issue: cannot successfully install Python 3 on Windows 7

Subject Re: Issue: cannot successfully install Python 3 on Windows 7
References <CANxpf-aW5+M-gCDdqSrQ8uFZ-vf-vjDLAUBThnonnvFy7D+9Hw@mail.gmail.com>
From Gisle Vanem <gvanem@yahoo.no>
Date 2015-09-29 14:44 +0200
Newsgroups comp.lang.python
Message-ID <mailman.238.1443530692.28679.python-list@python.org> (permalink)

Show all headers | View raw


Gilad Mayani wrote:

> I always get this message:
>
>     the program can't start because api-ms-win-crt-runtime-I1-1-0.dll is missing from your computer.

Is that really an 'I' in there? The .dll should really
be named:
   %SystemRoot%\system32\api-ms-win-crt-runtime-l1-1-0.dll

with an lower-case 'l'. (This .dll is itself a forwarder .dll to
ucrtbase.dll).

-- 
--gv

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Issue: cannot successfully install Python 3 on Windows 7 Gisle Vanem <gvanem@yahoo.no> - 2015-09-29 14:44 +0200

csiph-web