Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: =?UTF-8?Q?Nagy_L=c3=a1szl=c3=b3_Zsolt?= Newsgroups: comp.lang.python Subject: Re: Trouble installing Python 3.5.0 Date: Tue, 17 Nov 2015 15:51:45 +0100 Lines: 13 Message-ID: References: <1479749727.6211494.1447708113131.JavaMail.yahoo.ref@mail.yahoo.com> <1479749727.6211494.1447708113131.JavaMail.yahoo@mail.yahoo.com> <564B3DA6.5080401@shopzeus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de Y1dKvLY95vmHF5GeO03XJgpiIE+vgf9wsNtoRgUCByYw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'run,': 0.07; 'newest': 0.09; 'runtime': 0.09; 'python': 0.10; 'vista': 0.13; 'section.': 0.15; 'received:io': 0.16; 'received:psf.io': 0.16; 'url:whatsnew': 0.16; 'vista.': 0.16; "wouldn't": 0.16; 'library': 0.20; 'fix': 0.21; 'header:In-Reply- To:1': 0.24; 'installed': 0.26; 'supported': 0.27; 'error': 0.27; 'found.': 0.27; 'url:python': 0.33; 'but': 0.36; 'url:org': 0.36; 'visual': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'operating': 0.37; 'there,': 0.37; 'does': 0.39; 'application': 0.39; 'to:addr:python.org': 0.40; 'hello,': 0.40; 'url:3': 0.60; 'charset:windows-1252': 0.62 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=shopzeus.com; s=shopzeus_com; t=1447771903; bh=xNWv3Y7jQd6dU/zWv7TL1cTURuTHOZzleLmrbj8XkYc=; h=Subject:To:References:From:Date:In-Reply-To:From; b=igcJEnlnUA3ZkSNE6CX5IL0azzTZDyKwA16brCkbpiGQr3/tLpU2bf6BVDLT1mtpt ubeyK3QQ9mz8phje0vDU1ryRy2v+G1O4HJNPT09nU6ubelBIodokiU5Ty9rUusz7dN fzFmXVuAKf8rgCDsyN626B0rdjPMNtBPwg+ocUal6bJaoWOlm1Bw79i1iB6zu/gVyt 8YQKZLO9oRnI0PFMaH4vvsDfBNNgJwpWcNCY8uPb3prMn1IogOhCfPz7PURLaYQXKz M3n9c9cvfx03jcOFuOIwwWxKECQIfZtHrBw60W3Im/4LP0ZE9vvcJgoI2w8JfCUmpR Wr7eSL+thxQzw== In-Reply-To: <564B3DA6.5080401@shopzeus.com> 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:98927 >> Hello, >> >> I installed 3.5, "successfully" as the installer indicated, yet the program wouldn't run, with the following error message: "...failed to start because api-ms-win-crt-runtime-I1-1-0.dll was not found. Re-installing the application may fix this problem." I reinstalled, but no luck. > I think Vista and XP was supported up to Python 3.4. The newest Python > 3.5 does not support Vista or XP. https://docs.python.org/3.5/whatsnew/3.5.html You will find this under "Unsupported Operating Systems" section. Although Vista is not mentioned there, but Python 3.5 is built with Microsoft Visual Studio 2015, and its runtime library is AFAIK does not work under Vista.