Path: csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!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.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'win32': 0.03; 'cpython': 0.05; 'cc:addr:python-list': 0.09; 'python': 0.10; '(windows': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:broken': 0.16; 'subject:install': 0.16; 'wizard': 0.16; 'wrote:': 0.16; 'windows': 0.20; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'sep': 0.22; 'downloaded': 0.24; 'header:In-Reply-To:1': 0.24; 'install': 0.25; "doesn't": 0.26; 'linux': 0.26; 'message-id:@mail.gmail.com': 0.27; 'skip:( 20': 0.28; 'behaviour': 0.29; '15,': 0.30; 'tue,': 0.34; 'received:google.com': 0.35; 'newer': 0.35; 'supports': 0.35; 'but': 0.36; 'there': 0.36; 'subject:?': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'operating': 0.37; 'button': 0.38; 'some': 0.40; 'strange': 0.63; 'offer.': 0.76; 'chrisa': 0.84; 'to:none': 0.91; 'sorry.': 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=P1KR+GaCCU1LO2nAxDMKWp8R7Y5vbVOJgnavlXyDnZk=; b=wTVBEfJcdD17/GeT7usiBK2M5CVfUDy86akFi6gRrt26Z9yUN4dQFNZOjE+eEr4H78 JlroQs9231sVlx3ApF80ahlddRVDKIzbhfy2IMjBwQIGe/SBO8GlRI3hTDxckcw8hTNN iFyu2kHREbWVwyauBgMlqsVViFnushwcZ3pT+ctuupiBmH9jxRAouQqNSkeYgrhIDzM0 mq0C0ektLJirqXdGXfIIrLvmt63Yl1PJiT6kfkLuFAtW7OplDXofGtvUL0SVlEbMtFss jJppxH4ivkCrCYQne2v7BKvT5GlGb01I46pFlID25UCiasXfSxHa0uIiQU1Q97mIrFTP VLqw== MIME-Version: 1.0 X-Received: by 10.107.132.144 with SMTP id o16mr41106214ioi.31.1442389878868; Wed, 16 Sep 2015 00:51:18 -0700 (PDT) In-Reply-To: <55F7F634.9040008@gmail.com> References: <55F7F634.9040008@gmail.com> Date: Wed, 16 Sep 2015 17:51:18 +1000 Subject: Re: broken install? From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1442389881 news.xs4all.nl 23836 [2001:888:2000:d::a6]:47229 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:96659 On Tue, Sep 15, 2015 at 8:43 PM, Serj wrote: > I just downloaded 3.5.0 install package for Win32 > (python-3.5.0-webinstall.exe) and I see some strange behaviour under Win > XP: there is no "Next" or "Run" button in wizard ))) Python 3.5 no longer supports Windows XP, sorry. You can continue to use Python 3.4, or you can upgrade to a newer operating system (Windows 7... or Debian Linux "Jessie" :) ), but CPython 3.5 uses functionality that Windows XP simply doesn't offer. ChrisA