Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: WinXP invalid python 3.5 installation Date: Tue, 17 Nov 2015 00:17:40 +1100 Lines: 14 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de SRCu8FLbRDYtyrjpOUvlTABcoxYb0tx7+rD8aCjj+1WA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.020 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:installation': 0.07; 'cc:addr:python-list': 0.09; 'weeks,': 0.09; 'python': 0.10; 'subject:python': 0.14; 'czech': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'sp3': 0.16; 'url:ftp': 0.16; 'wrote:': 0.16; 'windows': 0.20; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'are.': 0.22; 'downloaded': 0.24; 'header:In-Reply-To:1': 0.24; 'install': 0.25; "doesn't": 0.26; 'installed': 0.26; 'linux': 0.26; 'message-id:@mail.gmail.com': 0.27; 'received:209.85.213.174': 0.29; '15,': 0.30; 'changed': 0.33; 'options': 0.33; 'url:python': 0.33; 'jump': 0.33; 'windows.': 0.33; 'received:google.com': 0.35; 'clear': 0.35; 'nov': 0.35; "isn't": 0.35; 'but': 0.36; 'url:org': 0.36; 'received:209.85': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:209.85.213': 0.37; 'version': 0.38; 'received:209': 0.38; 'some': 0.40; 'url:3': 0.60; 'your': 0.60; "you'll": 0.61; 'url:0': 0.63; 'latest': 0.64; 'home': 0.67; '2002': 0.79; 'chrisa': 0.84; 'edition': 0.86; 'to:none': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=r+EPnier6eGSkN+m/N48aruPH8wBpak1MFvIGyw9mmc=; b=DufOK63lqGrn24VqQ61OxrS60qubxQZA/2UlH+kW4FcCNMvYbXTQNY08G3w1ff/kOu eVcjkw043mNDFWfzFOQB/Cxwfelsilss9RIaSpbEXoe+dgJFa6gpiwiKZGi/872cGcKv 7v6x2Fe3p7/zEX+1ZIy7xa6OlIRKGzOtgl4dfhIDC2lAL1+okCaY4HrLys1Vnb7rExlb 0bT90EZpeFohWlTniTDvDw7q/1HqwLJqrztg9/Pmu8YfAkYtkRNU4XRmTc3us+p7MOBi r72xfM5efbpmJyl8k3TXNaixq7lX1ABGUeff6j1DOzj5WRQ8jXlCV0UZVH4f3VNy3HCN 5J2A== X-Received: by 10.50.30.6 with SMTP id o6mr17079435igh.94.1447679860911; Mon, 16 Nov 2015 05:17:40 -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:98884 On Sun, Nov 15, 2015 at 8:19 PM, wrote: > I have downloaded the > https://www.python.org/ftp/python/3.5.0/python-3.5.0.exe > and have installed it on Windows XP Home Edition Version 2002 SP3 (I am the > administrator, which is on czech laguage the word "Spravce".) You're not going to be able to install Python 3.5 on Windows XP - the latest Python doesn't support the old Windows. You can upgrade to Windows 7 or 8 or 10, or downgrade to Python 3.4, or jump across to Linux or some other OS. The installer for 3.5 currently isn't very clear about the problem, but that's going to be changed in a couple of weeks, so you'll know what your options are. ChrisA