Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #74745
| References | <afef2e40-f505-43c7-8b43-f6b6376efa7a@googlegroups.com> |
|---|---|
| From | Zachary Ware <zachary.ware+pylist@gmail.com> |
| Date | 2014-07-18 08:53 -0500 |
| Subject | Re: Python 3.4.1 64 bit Version |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.11999.1405691611.18130.python-list@python.org> (permalink) |
On Fri, Jul 18, 2014 at 8:29 AM, <cjwilliams43@gmail.com> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python 3.4.1 64 bit Version cjwilliams43@gmail.com - 2014-07-18 06:29 -0700 Re: Python 3.4.1 64 bit Version Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2014-07-18 15:48 +0200 Re: Python 3.4.1 64 bit Version Zachary Ware <zachary.ware+pylist@gmail.com> - 2014-07-18 08:53 -0500 Re: Python 3.4.1 64 bit Version Zachary Ware <zachary.ware+pylist@gmail.com> - 2014-07-18 08:54 -0500 Re: Python 3.4.1 64 bit Version Andrew Berg <aberg010@my.hennepintech.edu> - 2014-07-18 08:59 -0500 Re: Python 3.4.1 64 bit Version "Colin J. Williams" <cjwilliams43@gmail.com> - 2014-07-18 14:16 -0400 Re: Python 3.4.1 64 bit Version Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2014-07-18 20:56 +0200 Re: Python 3.4.1 64 bit Version Terry Reedy <tjreedy@udel.edu> - 2014-07-18 19:23 -0400 Re: Python 3.4.1 64 bit Version Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2014-07-19 11:24 +0200
csiph-web