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


Groups > comp.lang.python > #97209 > unrolled thread

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

Started byGisle Vanem <gvanem@yahoo.no>
First post2015-09-29 14:44 +0200
Last post2015-09-29 14:44 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#97209 — Re: Issue: cannot successfully install Python 3 on Windows 7

FromGisle Vanem <gvanem@yahoo.no>
Date2015-09-29 14:44 +0200
SubjectRe: Issue: cannot successfully install Python 3 on Windows 7
Message-ID<mailman.238.1443530692.28679.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web