Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: Installation of Python troubles Date: Wed, 2 Dec 2015 20:26:08 +1100 Lines: 10 Message-ID: References: <1177707260.13720398.1449025891153.JavaMail.yahoo.ref@mail.yahoo.com> <1177707260.13720398.1449025891153.JavaMail.yahoo@mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de hEus8JN6iGZerWGPzNnTzgz1yuQiYeecOg9JTygNnMiQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'received:209.85.223': 0.03; 'subject:Python': 0.05; 'executable': 0.07; 'x86': 0.07; 'cc:addr:python-list': 0.09; 'python': 0.10; 'wed,': 0.15; '"cancel"': 0.16; '(windows': 0.16; 'failed.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:209.85.223.173': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:Installation': 0.16; 'xp?': 0.16; 'wrote:': 0.16; 'windows': 0.20; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'dec': 0.23; 'tried': 0.24; 'header:In-Reply-To:1': 0.24; 'install': 0.25; "doesn't": 0.26; 'message-id:@mail.gmail.com': 0.27; 'window': 0.30; 'received:google.com': 0.35; 'so,': 0.35; 'newer': 0.35; 'something': 0.35; 'received:209.85': 0.36; 'cases': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'operating': 0.37; 'mac': 0.37; 'version': 0.38; 'received:209': 0.38; 'button': 0.38; 'several': 0.38; "you'll": 0.61; 'times': 0.63; 'hours': 0.65; 'python-list': 0.66; 'sole': 0.76; 'chrisa': 0.84; 'installer)': 0.84; '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=fKPfJscm61/Jr3ke2Pl2xvoYsNdGZCk1QPf2+fyPcmc=; b=1CsNZ9ldwXA1sr/hXW6SXA11wGMkaJyjF4Yq3oBZBBXrc9AW3YXspbEC2XSdWl41sa lM1FILSx34IGBZLtGmyfktCiw5xetnkyS9k/zSXfjPmoMf0YtfsBtKkmifZ/LlqJTBmE NPlgZijhaC9+gBNo1hWvaaMeMD3N2vjBZXNZTUSoR2A7hdkimxikko1He2gGkCf001c1 btevGfXyGtzNRD1JgN+MXBnaGrg3pSvYfI0urv5sT1KnGxsDbKH1vqSC5qlOLL33k7rG 9oVRDOjQZ8U4aTYB+PlFFVdJ2qGrTI9ab5mWmuVwrVsD6x29Uds2jx8+N4uTeNltipbi URaw== X-Received: by 10.107.16.84 with SMTP id y81mr2486768ioi.19.1449048368946; Wed, 02 Dec 2015 01:26:08 -0800 (PST) In-Reply-To: <1177707260.13720398.1449025891153.JavaMail.yahoo@mail.yahoo.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:99857 On Wed, Dec 2, 2015 at 2:11 PM, bezan deme via Python-list wrote: > I tried several times to install the Python 3.5.0 (windows x86 executable installer) in my PC then in my LT and in both cases I failed. Last time, few hours ago, I tried it again, then it opened a window with a sole "cancel" button on it. Is this Windows XP? If so, you'll need to get a better operating system - either a newer version of Windows (7, 8, 10), or something Unix-based (Linux, *BSD, Mac OS). Windows XP doesn't support Python 3.5, and vice versa. ChrisA