Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!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; 'amounts': 0.07; 'x86': 0.07; '32-bit': 0.09; 'python': 0.11; 'igor': 0.16; 'subject:bit': 0.16; 'subject:download': 0.16; 'url:windows': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'wed,': 0.18; 'all,': 0.19; 'version.': 0.19; 'memory': 0.22; 'cc:addr:gmail.com': 0.22; 'issue.': 0.22; 'to:name:python- list@python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'url:python': 0.33; 'received:google.com': 0.35; 'there': 0.35; 'version': 0.36; 'really': 0.36; 'url:downloads': 0.36; 'next': 0.36; 'hi,': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; "you're": 0.61; 'lose': 0.68; '2015': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=Wt0eZ+firyh7CbuwMwd+Ua/MGyY6Qs2cogpXk21qg+U=; b=OX4FUCT9mkraOVn1K+jHsFbwPrbNj1cp4kYxPtBCX7Z6TY5Zg1JidJL8HRs57rI/4V Z0f9pXrR2fRBGiR7e9lQV0zMPkz/QGbb34fu0vG1dbw+IYcBZhrHcmUAw/jCNLsBtTY1 1ecXTOy+cyhJ3WBq40wlg/lnRpjamE6PVRJVnI5eQpGxnmxJxWmlNboLzJRM8VygENkS umTE3apG/3L8k8nWFy+xNq9MACTEmjT9uQwT9UJ5Xd4Y5qEMO06UrOZ7vrI7EwcmMxUD 2dfRnh2opg4fU4s9FvtDWgOkLPIQOWOKyx7ndXAu2T/aZ/wGOWK+hVihXi2eSEwlqz24 tVFg== X-Received: by 10.202.218.132 with SMTP id r126mr607324oig.69.1430366125363; Wed, 29 Apr 2015 20:55:25 -0700 (PDT) MIME-Version: 1.0 Sender: zachary.ware@gmail.com In-Reply-To: References: From: Zachary Ware Date: Wed, 29 Apr 2015 22:55:05 -0500 X-Google-Sender-Auth: wSrxO6axbgSYtXhKp3xJpxbf_Oc Subject: Re: Python download for 64-bit OS To: "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: 1430366128 news.xs4all.nl 2903 [2001:888:2000:d::a6]:56498 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:89599 On Wed, Apr 29, 2015 at 10: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... Hi Igor, Right next to the link for x86 is the link for x86-64, which is the 64-bit version. Also note that you really don't lose much by using the 32-bit version on a 64-bit OS unless you're working with large (>2GB) amounts of data that must all be in memory at the same time. -- Zach