Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Ian Kelly Newsgroups: comp.lang.python Subject: Re: Question Date: Mon, 7 Mar 2016 09:57:29 -0700 Lines: 13 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de Bvwz2OFFBl/QGOAfA3fRlgumrO6xKPIh51P+hRRUbDEw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'python,': 0.02; 'subject:Question': 0.05; 'x86': 0.07; 'python': 0.10; 'python.': 0.11; '2016': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'x86-64.': 0.16; 'wrote:': 0.16; 'windows': 0.20; 'extension': 0.20; '64-bit': 0.22; 'trying': 0.22; 'am,': 0.23; 'bit': 0.23; 'header:In-Reply-To:1': 0.24; 'mon,': 0.24; 'question': 0.27; 'message-id:@mail.gmail.com': 0.27; '32-bit': 0.29; 'compiled': 0.32; 'run': 0.33; 'url:python': 0.33; 'common': 0.33; 'url:downloads': 0.33; 'received:google.com': 0.35; 'downloads': 0.35; 'but': 0.36; 'url:org': 0.36; 'received:209.85': 0.36; 'modules': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'operating': 0.37; 'received:209.85.213': 0.37; 'received:209': 0.38; 'sure': 0.39; 'system.': 0.39; 'well.': 0.40; 'to:addr:python.org': 0.40; 'your': 0.60; 'more': 0.63; 'mar': 0.65; 'believe': 0.66; 'morales': 0.84; 'to:name:python': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=zn14DiT37t5qxdI2b0bMqiBHUD47TCyMjz3H9NWlorA=; b=BpMw6SLaV8sf1HbAXPUFvlb/0WcvmKNlC3O/jNPx+JDJ+Y4MuxWlc58JcqqVnCVLbD GhWFNw2BWMBScKOMFQF2rLJloji6kuCthoM5CIG+5gaHE/7li+hgrvcCVNzonAxelSbL OHXh2GsVaFDct3MENIZsozCTC0sdheiKuiyIBZEWV0Lc/ZH5Z/7inhGJEcbALgnZhBFY LDWvD0Zhhe4S3OBWXSiQP6/hCrnpboLZT4lvrUoAzIETpthIo6Wfe7toqKyfRvqjmoJz b9DLYEI66/MbYXniFQwC5aA6T8SG0Ow2QJeU8/e4S8TDX4KrLtiKdsBf75dppgHgMCTY NGrw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=zn14DiT37t5qxdI2b0bMqiBHUD47TCyMjz3H9NWlorA=; b=BavYCm4B9gOWCGUlFIfLQakjMubTfsW6v1QY9+07DBSU/hKi2kKj5PQYluPiiwOS0K m+9hKdNHtw/VmalpEU4xN/4YPVGnugr5cinp7oFIxFa4NovsBhwFLfuNxaEzsIvcR4zG 4+gUC1l8KDxdAS9qeOQ+HNn7Cu/fZBKLO2H6Re37QdQQBDtJyyFWnJ6xTpPJYK4pdBA7 5/omx3BIn9aoVfro6ST5eIAF8NO/0hr87IkB0J9yMroCSrAtxQD85XPxULPd44diqKSj wLpB5kZ3cn7x2k0QemE9s6b0RGmKXVoPT/RNpI+okejT3O1/KvHobN4IC8UoEXezmHr3 mCpQ== X-Gm-Message-State: AD7BkJI9DRF1JYCVbQCEqIORikSlrWrBnBXF7T/AHvS5yMKlvYSKGgEaAQ+9V9PgcPk3qCQUAOI6AOtuKVLtMA== X-Received: by 10.50.112.10 with SMTP id im10mr13281781igb.93.1457369888849; Mon, 07 Mar 2016 08:58:08 -0800 (PST) In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 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:104228 On Mon, Mar 7, 2016 at 9:39 AM, Ben Morales wrote: > I am trying to download Python but I have windows 10 and I do not see a 64 > bit download for my operating system. Do you have a 64 bit for windows? What page are you looking at? https://www.python.org/downloads/release/python-351/ has downloads for both Windows x86 and Windows x86-64. The other question is are you sure that 64-bit Python is what you want? If your Python is 64-bit then I believe that any extension modules you use need to be compiled 64-bit as well. On a 64-bit Windows system you can run either 32-bit or 64-bit Python, and AFAIK it's more common to use 32-bit Python.