Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Oscar Benjamin Newsgroups: comp.lang.python Subject: Re: installation error Date: Thu, 28 Jan 2016 14:17:40 +0000 Lines: 18 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de x60usjTVUEdn69PyS59H1gPCuZXf3rpCxjam2Hi1QcZA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.019 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:installation': 0.07; 'cc:addr:python-list': 0.09; 'stating': 0.09; 'python': 0.10; 'subject:error': 0.11; '2016': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'windows': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'file.': 0.22; 'header:In-Reply-To:1': 0.24; 'install': 0.25; 'error': 0.27; 'message-id:@mail.gmail.com': 0.27; 'dll': 0.27; 'file': 0.34; 'received:google.com': 0.35; 'installing': 0.35; 'there': 0.36; 'received:209.85': 0.36; 'subject:: ': 0.37; 'january': 0.38; 'received:209': 0.38; 'does': 0.39; 'here:': 0.63; 'url:en-us': 0.72; '3.4': 0.84; 'oscar': 0.84; 'to:addr:msn.com': 0.95 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=7sRWJIWaklcD5NUEWF9Iz4+yS4m4eSYK+eAhyIsGpQI=; b=AvUb4Gjm9wtl1+fulIk74eHGHmgJG9TlHQ6UHbJzXrUjiFgnRzUN7ryeJi0zzFdFkE To8GSQDntK01TU5sKcjc0vTdIytv83N/lyL29abejV9Niukgl/P2Y4Rl4yE2MlVIQQvc gjKdZ0J/0X3bKP0/2X0teoJ1OEydfsHnMLqr1fCSg1csusv/Q4l++yPTkpwSLR6Bcfpd aEc0rR4hBX/ozRzfdiveM+dUNyNlbJvbTFqzKefeS0S/imcFDegdvDOBWU8XHSYDai+h mlkRNMaeenl2WRR5dOVCq3+T9rkFQvkL19n1cbLYzWYpnoIZ9L6rd7L9XPaKC5VzFokl Q/hA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=7sRWJIWaklcD5NUEWF9Iz4+yS4m4eSYK+eAhyIsGpQI=; b=IdtMkD4sS9gASG51RBA5tbhL84ybQMXJnl0Z6363vvovJOCs4OahaddcFkeE9GWBkA RiRCS1eGxag85zJKqSi7VYRXIKa+tMYcRRnJ+oMuffygtuIXK0ViNnDSjyrgsScNNYGJ xad4imOhrNlP7sNGhP9vx76kPoFyQV5yWYGAEK/HziGeQl5c60b30jwydmLrWvNUOVhn cJWuSdVhQ33yFWfzBRSJwPeynBqlKAqPoD7bOqyFwsMC3sRV3dSA2qTGp4wKL0WS2URO UVwzO5p39opkuUHO+Op8GiG8EL2b+Fu2TyX6LGp1KHL5d5c5ipSgOFvPf1uW3P45IpI6 kENw== X-Gm-Message-State: AG10YOTg1r3kN/ITH9NU7xbulbAGGspzmLpWbkyoXIotEVCp7tnJ2Zh6qwt7jteN3ZDc6JCEEe8L+TvPfKrUrQ== X-Received: by 10.112.181.196 with SMTP id dy4mr1273251lbc.42.1453990680338; Thu, 28 Jan 2016 06:18:00 -0800 (PST) In-Reply-To: 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: , Xref: csiph.com comp.lang.python:102185 On 27 January 2016 at 15:56, JAMES SCALF wrote: > > I am having an issue installing Python 3.51, > > I get an error message stating that there is a dll that is > missing: > > API-MS-WIN-CRT-RUNTIME-l1-1-0.DLL You need to get this file in a Windows update from Microsoft. I think you can download it here: https://support.microsoft.com/en-us/kb/2999226 Then you can install Python 3.5. Alternatively you can install 3.4 which does not need this dll file. -- Oscar