Path: csiph.com!goblin1!goblin.stu.neva.ru!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'installed.': 0.05; 'tom': 0.07; 'cc:addr:python-list': 0.09; 'chance?': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'python': 0.10; 'vista': 0.13; "(it's": 0.16; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'installer.': 0.16; 'message- id:@fido.openend.se': 0.16; 'missing?': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'reinstalled': 0.16; 'subject:fails': 0.16; 'laura': 0.18; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'not,': 0.22; 'sep': 0.22; 'cc:no real name:2**0': 0.22; 'url:bugs': 0.24; 'install': 0.25; 'separate': 0.27; 'this.': 0.28; 'received:se': 0.29; 'probably': 0.31; 'another': 0.32; 'maybe': 0.33; 'problem': 0.33; 'url:python': 0.33; 'universal': 0.33; 'open': 0.33; 'tue,': 0.34; 'fresh': 0.35; 'installing': 0.35; 'there': 0.36; 'url:org': 0.36; 'visual': 0.36; 'subject:: ': 0.37; 'missing': 0.37; 'charset:us- ascii': 0.37; 'doing': 0.38; 'still': 0.40; 'header:Message-Id:1': 0.61; 'you.': 0.64; 'header:In-reply-to:1': 0.84 To: Tom Barnett cc: "'python-list@python.org'" , lac@openend.se From: Laura Creighton Subject: Re: Installing Python 3.5 fails In-reply-to: <47623d544508444695a88cf1a7985fac@NTEX1.primeinc.com> References: <47623d544508444695a88cf1a7985fac@NTEX1.primeinc.com> Comments: In-reply-to Tom Barnett message dated "Tue, 29 Sep 2015 21:40:08 -0000." MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <4453.1443600779.1@fido> Content-Transfer-Encoding: quoted-printable Date: Wed, 30 Sep 2015 10:12:59 +0200 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Wed, 30 Sep 2015 10:13:02 +0200 (CEST) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 30 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1443600801 news.xs4all.nl 23738 [2001:888:2000:d::a6]:59218 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:97238 In a message of Tue, 29 Sep 2015 21:40:08 -0000, Tom Barnett writes: > > > >I do have a fresh successful install of Visual Studio 2015 Redistributabl= es installed. > >Then I reinstalled Python 3.5 and still now joy. > >What am I missing? > >Tom (It's another missing api-ms-win-crt-runtime-l1-1-0.dll) You are probably doing nothing wrong. 3.5 has a completely new installer. Are you on Vista by any chance? You may have this problem https://bugs.python.org/issue25223 and maybe installing the universal crt update mentioned there will help you. = If not, open a separate issue in the tracker. Sorry about this. Laura