Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!backfill.erje.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed2.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.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.06; '64-bit': 0.07; 'lately': 0.07; 'utf-8': 0.07; '32-bit': 0.09; 'mess': 0.09; '\xe2\x80\x94': 0.09; 'api': 0.11; 'cc:addr:python- list': 0.11; 'python': 0.11; 'windows': 0.15; '64,': 0.16; '64-bit,': 0.16; 'parentheses': 0.16; 'subject:bit': 0.16; 'version?': 0.16; 'wrote:': 0.18; 'slightly': 0.19; 'cc:addr:python.org': 0.22; 'switched': 0.24; 'tells': 0.24; 'versions': 0.24; 'cc:2**0': 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; 'easier': 0.31; 'run': 0.32; 'everyone': 0.33; 'running': 0.33; 'fri,': 0.33; 'sense': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'installing': 0.36; 'easily': 0.37; 'problems': 0.38; 'version,': 0.38; 'issue': 0.38; 'pm,': 0.38; 'even': 0.60; 'from:charset:utf-8': 0.61; 'name': 0.63; 'skip:\xe2 10': 0.65; 'to:addr:gmail.com': 0.65; 'life': 0.66; '8bit%:43': 0.74; 'jul': 0.74; 'issues:': 0.84; 'it\xe2\x80\x99s': 0.84; 'involved.': 0.91; 'ware': 0.91; 'you\xe2\x80\x99re': 0.91 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:to :cc:content-type:content-transfer-encoding; bh=fjjxUCa2WhvZbTe5ygksi/ooIql3Kx8Et5QUPmrP9lo=; b=VSuem2JgNWoMdMn/WwJAJSd7ir4Vk8AY9Q9xsqWScMV/iF+Lh146Y+E+HEZXDwfLLs xmX29lUBggMpsGe/pytUoLSR38RHvbHtLmPRp/qIrb5013NfZsGgf6wSVC4l6SZp7/c+ NbsT5Uczua3Tg74eC4XHt8L+sV6+jky9v3usUYBLrBhpH7DsseZn3d7InwafgI6uWhiD K5d1IHWnhnYdj+zHu5lHrdEeZr6WmpG3bgegVo9BU6jL2u1mkJwVMSAkUaA5QSpfU8Jx t/8+qkcQpYgXs8VMnj3Vy7+3ypP+T9Rn0MDvVUfR0sQ+aUGQ3ZlgIU6x3GUuseth8Vfb nb/g== MIME-Version: 1.0 X-Received: by 10.50.1.38 with SMTP id 6mr42750109igj.39.1405709783307; Fri, 18 Jul 2014 11:56:23 -0700 (PDT) In-Reply-To: References: Date: Fri, 18 Jul 2014 20:56:23 +0200 Subject: Re: Python 3.4.1 64 bit Version From: =?UTF-8?B?Q2hyaXMg4oCcS3dwb2xza2HigJ0gV2Fycmljaw==?= To: Zachary Ware Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "python-list@python.org" 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: 29 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1405709791 news.xs4all.nl 2869 [2001:888:2000:d::a6]:49965 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:74767 On Fri, Jul 18, 2014 at 3:54 PM, Zachary Ware wrote: > 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 Windo= ws NT 3.1 and >> Windows 95. The =E2=80=9CAMD64=E2=80=9D part in parentheses tells the t= ruth, that >> you=E2=80=99re actually running the 64-bit version (which can cause prob= lems, >> 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. This is one of the issues: you can easily mess up 32-bit and 64-bit, and not even notice that (AppVeyor had an issue with that lately =E2=80=94 they switched python to 64 but left VC++ as 32). It=E2=80=99s also slightly easier to find pre-made binaries for 32-bit than 64-bit. In general, life in 64-bits on Windows is kinda hard, for everyone involved. --=20 Chris =E2=80=9CKwpolska=E2=80=9D Warrick PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense