Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'syntax': 0.04; 'cpython': 0.05; 'subject:Python': 0.06; 'interpreter.': 0.07; 'advice.': 0.09; 'counting': 0.09; 'python': 0.11; 'missed': 0.12; 'changes': 0.15; 'windows': 0.15; '"python': 0.16; '3.3,': 0.16; 'amd64': 0.16; 'record,': 0.16; 'subject:bit': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; '(not': 0.18; 'bit': 0.19; 'working.': 0.19; 'command': 0.22; 'cc:addr:gmail.com': 0.22; 'to:name:python-list@python.org': 0.22; 'install': 0.23; 'processor': 0.24; 'fairly': 0.24; 'fine': 0.24; 'regardless': 0.24; 'versions': 0.24; "haven't": 0.24; 'question': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; "i've": 0.25; 'skip:" 20': 0.27; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'announcement': 0.30; 'message-id:@mail.gmail.com': 0.30; 'skip:( 20': 0.30; 'python.org': 0.32; 'fri,': 0.33; 'updated': 0.34; 'problem': 0.35; 'test': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'version': 0.36; 'installing': 0.36; 'to:addr :python-list': 0.38; 'anything': 0.39; 'does': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'hope': 0.61; 'between': 0.67; 'prompt': 0.68; 'jul': 0.74; '2.7.': 0.84; '2014,': 0.84; ':).': 0.84; 'relating': 0.93 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=55cYvg4Cr5HJ+JlPjBbEgl9cn/1WUTTLoxmIJQq+MG0=; b=YfxDSmn6xAks10yAuzC37FlqCPpxxDWgDVX0k9QXXR3ANWOUYtw6vQdpICiBV1ikqS bvRidbNZL+7e6JjD/kzNj4YIwiPMOOKphXvhAASdoABUqEil5Y5qlfJkv0DEYPIYhD2l 7AecSRSLuXKEAb+Lrg087GSO/dT+yfL6szoOYwFoptkMoLSPNvB5EDbPLsKJNJWnbmlU ju+4Q1xk2gaYVhGiQrhZihWZwlx8ZNdAQK+B8shwADU8b/6LTrDNq2nz+4Xtc26kvVQd JDQ3UYa7XWbNLjgZWLkdfawfHQBbq3nWXtQre3ZghDXlg1uksx9WEZdKViys/vqcd8GF k8Lg== X-Received: by 10.140.92.235 with SMTP id b98mr7699326qge.97.1405691603572; Fri, 18 Jul 2014 06:53:23 -0700 (PDT) MIME-Version: 1.0 Sender: zachary.ware@gmail.com In-Reply-To: References: From: Zachary Ware Date: Fri, 18 Jul 2014 08:53:03 -0500 X-Google-Sender-Auth: nRqP7ImQVYynV0k_xqTzmoFXuzI Subject: Re: Python 3.4.1 64 bit Version To: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 Cc: cjwilliams43@gmail.com 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: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1405691611 news.xs4all.nl 2837 [2001:888:2000:d::a6]:49066 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:74745 On Fri, Jul 18, 2014 at 8:29 AM, wrote: > The version given on Python.org is "Python 3.4.1 (v3.4.1:c0e311e010fc, May 18 2014, 10:45:13) [MSC v.1600 64 bit (AMD64)] on win32". > > This question is prompted by difficulties installing PyScripter. What does "on win32" mean in the above. I was using PyScripter on an AMD64 processor with Python 2.7. Now, with an attempt to move to Python 3, I have grief. > > How does one install "python-3.4.1.amd64-pdb"? > > I would welcome any advice. The problem there isn't "on win32", it's ".4" :). Unless I've just missed the announcement PyScripter has not been updated to support Python 3.4, and I haven't figured out a way to trick it into working. However, PyScripter works fine with Python 3.3, and there were no syntax changes between 3.3 and 3.4. What I have found to work fairly well is to use PyScripter with 3.3, then test your program from a command prompt with 3.4. For the record, all versions of CPython on Windows (not counting anything relating to cygwin) are "on win32" regardless of the bittedness of the processor or the interpreter. Hope this helps, -- Zach