Path: csiph.com!eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!bcyclone01.am1.xlned.com!bcyclone01.am1.xlned.com!lightspeed.eweka.nl!lightspeed.eweka.nl!newsfeed.xs4all.nl!newsfeed7.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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'win32': 0.03; 'python': 0.10; '"cancel"': 0.16; 'from:addr:timgolden.me.uk': 0.16; 'from:name:tim golden': 0.16; 'message-id:@timgolden.me.uk': 0.16; 'received:74.55.86': 0.16; 'received:74.55.86.74': 0.16; 'received:smtp.webfaction.com': 0.16; 'received:webfaction.com': 0.16; 'screen,': 0.16; 'subject:broken': 0.16; 'subject:install': 0.16; 'tjg': 0.16; 'url:whatsnew': 0.16; 'wizard': 0.16; 'wrote:': 0.16; 'windows': 0.20; 'to:name:python-list@python.org': 0.20; 'dropped': 0.22; 'downloaded': 0.24; 'header:In-Reply-To:1': 0.24; 'install': 0.25; 'header:User-Agent:1': 0.26; 'skip:( 20': 0.28; 'behaviour': 0.29; 'clicked': 0.29; 'there!': 0.29; 'another': 0.32; 'options': 0.33; 'url:python': 0.33; 'received:192.168.100': 0.33; 'there': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'button': 0.38; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'space': 0.40; 'some': 0.40; 'url:3': 0.60; 'charset:windows-1252': 0.62; 'strange': 0.63; 'from:addr:mail': 0.70 Subject: Re: broken install? To: "python-list@python.org" References: <55F7F634.9040008@gmail.com> From: Tim Golden Date: Wed, 16 Sep 2015 08:45:11 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <55F7F634.9040008@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1442389546 news.xs4all.nl 23804 [2001:888:2000:d::a6]:43471 X-Complaints-To: abuse@xs4all.nl X-Received-Body-CRC: 413871113 X-Received-Bytes: 3285 Xref: csiph.com comp.lang.python:96658 On 15/09/2015 11:43, Serj wrote: > Hi there! > > 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 ))) > > Clicked into space near "Cancel" I opened "options" screen, while > clicked in another place (closer to center of window) setup started > without any options at all ))) Python has dropped support for Windows XP: https://docs.python.org/3.5/whatsnew/3.5.html#unsupported-operating-systems TJG