Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!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.060 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.01; '64-bit': 0.07; '32-bit': 0.09; 'python': 0.11; 'machine?': 0.16; 'subject:bit': 0.16; 'subject:windows': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'install': 0.23; 'of.': 0.24; 'subject:/': 0.26; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'running': 0.33; 'received:209.85': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'received:209': 0.37; 'being': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'address': 0.63; 'apart': 0.72; 'absolutely.': 0.84; 'edwards': 0.91; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=UVNlOuc+ffLWQXaJX38PcjpkKNncbm0iEoVbPAxsA34=; b=VGjzc9UQXOW6Atq3Yw040d8HXmXGiMtHN3QvVNHy01uje+GMEdtvVmDDNpaKrv+c3H hJVSA2amOyqWolDC1qogZfBPWUZUfMSqI55C8R/aAenrTQ/4B4W03hht3J0us1c4cEcS lACSTuSO5ZYqHOqo8BPFciE7ojWbmgE8OUGC4b8VxGqQbL/FUYc/NmDkMHk0I+NTqS40 3TYK/DECZHEK7mGMNlmZ173MaL50ueYaTpyAbr7M6QwgxvKC5a2yL60qaf1Tmq9OAQ1J YstKndLivyNxfGQC/4SDMu0d3V/aGKCAv949bPnic8aOrfCdAvo7GcDxBnmqK/g/2zjD mMTw== X-Received: by 10.66.151.46 with SMTP id un14mr46437137pab.14.1365537746122; Tue, 09 Apr 2013 13:02:26 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Ian Kelly Date: Tue, 9 Apr 2013 14:01:45 -0600 Subject: Re: py2exe and 64/32 bit windows To: Python Content-Type: text/plain; charset=ISO-8859-1 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1365537755 news.xs4all.nl 2671 [2001:888:2000:d::a6]:58587 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:43222 On Tue, Apr 9, 2013 at 1:45 PM, Grant Edwards wrote: > Are there any drawbacks to running a 32-bit Python install on a 64-bit > machine? Apart from still being limited to a 2-GB address space, nothing that I'm aware of. > Can you have both 32 and 64 bit Python installed at the same time? Absolutely.