Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!lightspeed.eweka.nl!lightspeed.eweka.nl!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'one?': 0.05; 'subject:Python': 0.06; '64-bit': 0.07; 'intel': 0.07; 'x86': 0.07; 'latter': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'igor': 0.16; 'subject:bit': 0.16; 'subject:download': 0.16; 'url:ftp': 0.16; 'url:windows': 0.16; 'wrote:': 0.18; 'all,': 0.19; 'thu,': 0.19; 'issue.': 0.22; 'saying': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'this:': 0.26; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'url:python': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'url:downloads': 0.36; 'hi,': 0.36; 'url:org': 0.36; 'should': 0.36; 'pm,': 0.38; 'system.': 0.39; 'called': 0.40; 'most': 0.60; '30,': 0.65; '2015': 0.84; 'disagreement': 0.84; 'to:none': 0.92 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=k5POsw6cMHiZtB5P3eWtD0TRJ2vZ9GA/72BIRqHQAc4=; b=cg6E1TJS8CxLZmnB6GAzZMhNhfsv/vqMCOl0hhcFZFLOzSr0oohlS0dxrkiwQOp9js IJX9/vhclEkPJb/Qteh5yJW3o7jEIPNw7QQSR7NJxTU+GiRB5LFj9ZN1vv9Fysw6D8r7 li2//PnphToiMgAK8qGmEhOnYcptgNSGtnyvcNDIR09HvwE7CiCxJU0C9wlqK/1ZTt9g ZdoHwVuzxqamUudxpAkzTfpqVebkkmmbQIZxm8780p/3Dsqjj2TofYuGj6Pg8+C47T3I dFIzD1xR4xuf8T3wyC3ryOln74JVC/HTHisIZK/AQPSjitTYj0WPi066dU14pXokbMcv sWww== MIME-Version: 1.0 X-Received: by 10.107.134.206 with SMTP id q75mr2869657ioi.27.1430366217416; Wed, 29 Apr 2015 20:56:57 -0700 (PDT) In-Reply-To: References: Date: Thu, 30 Apr 2015 13:56:57 +1000 Subject: Re: Python download for 64-bit OS 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1430366219 news.xs4all.nl 2916 [2001:888:2000:d::a6]:58303 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3819 X-Received-Body-CRC: 2806915820 Xref: csiph.com comp.lang.python:89600 On Thu, Apr 30, 2015 at 1:44 PM, Igor Korot wrote: > Hi, ALL, > I have a small issue. > > Going to https://www.python.org/downloads/windows/, I see the python > 2.7.9 download for x86 only. There is no 64-bit installer. > > Where can I get one? > > I'm on Win8.1 64-bit OS and prefer to work with 64-bit version... > There's some disagreement as to whether it should be called "amd64" or "x86-64", but there's a link saying the latter and pointing to this: https://www.python.org/ftp/python/2.7.9/python-2.7.9.amd64.msi That's most likely to be the one you want for a modern Intel 64-bit system. ChrisA