Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2a.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.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.06; '64-bit': 0.07; '32-bit': 0.09; '\xe2\x80\x94': 0.09; 'api': 0.11; 'windows': 0.15; '64,': 0.16; 'parentheses': 0.16; 'subject:bit': 0.16; 'version?': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'to:name:python-list@python.org': 0.22; 'tells': 0.24; 'versions': 0.24; "i've": 0.25; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; '(which': 0.31; 'run': 0.32; 'running': 0.33; 'fri,': 0.33; 'received:google.com': 0.35; 'version': 0.36; 'installing': 0.36; 'problems': 0.38; 'version,': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'name': 0.63; 'skip:\xe2 10': 0.65; '8bit%:43': 0.74; 'jul': 0.74; 'it\xe2\x80\x99s': 0.84; 'you\xe2\x80\x99re': 0.91 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:content-type:content-transfer-encoding; bh=6Hwtl6RnCu9BG3cXa1g9ofq2fl1+VfULZzCtGMTKmdM=; b=I/vkkurW20FuTy+4G8UyQmUOEFT10q7oJ3kJNkbpmS2o90epioyOVqK4fQq/R408lv g/0BBIIqhgSfbJa0CZnm5QzCiMPaKg83Rm1jJXJbZ8MKiqEQOhpdye4rRL16huae8Uxv gihtTMS7LpPHAf0S81a19Ydb4q+7IOZDvNxL/JfUyBA/85R3y2rnILcA6Ym97/0qhCrk 7yHwrN8eME2CweegWvRp398agNcjXMk3MPZej2gM1Tod4RiY56GWCR6GA1kzXbBS2KAi FfmUTXRayn0KPpzPE6sphJ7wR8bLQ8mzzMtzkp+kA5Tt8iTx6pnYfYbDr/Fw2R9tZMa0 BVNQ== X-Received: by 10.140.92.235 with SMTP id b98mr7714758qge.97.1405691710787; Fri, 18 Jul 2014 06:55:10 -0700 (PDT) MIME-Version: 1.0 Sender: zachary.ware@gmail.com In-Reply-To: References: From: Zachary Ware Date: Fri, 18 Jul 2014 08:54:50 -0500 X-Google-Sender-Auth: AcsVanGgMwnOOM-4PnvjyOZuodY Subject: Re: Python 3.4.1 64 bit Version To: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1405691713 news.xs4all.nl 2858 [2001:888:2000:d::a6]:50165 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:74746 On Fri, Jul 18, 2014 at 8:48 AM, Chris =E2=80=9CKwpolska=E2=80=9D Warrick wrote: > =E2=80=9Cwin32=E2=80=9D is the name given to the Windows API as of Window= s NT 3.1 and > Windows 95. The =E2=80=9CAMD64=E2=80=9D part in parentheses tells the tr= uth, that > you=E2=80=99re actually running the 64-bit version (which can cause probl= ems, > though =E2=80=94 it=E2=80=99s better to use the 32-bit version, IMO) What problems have you run into with the 64-bit version? The only issues I've had have been my own problems with installing some versions as 32-bit and others as 64, and forgetting which was which. --=20 Zach