Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #74744
| References | <afef2e40-f505-43c7-8b43-f6b6376efa7a@googlegroups.com> |
|---|---|
| Date | 2014-07-18 15:48 +0200 |
| Subject | Re: Python 3.4.1 64 bit Version |
| From | Chris “Kwpolska” Warrick <kwpolska@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.11998.1405691319.18130.python-list@python.org> (permalink) |
On Fri, Jul 18, 2014 at 3:29 PM, <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. > > Thanks, > > Colin W. > -- > https://mail.python.org/mailman/listinfo/python-list “win32” is the name given to the Windows API as of Windows NT 3.1 and Windows 95. The “AMD64” part in parentheses tells the truth, that you’re actually running the 64-bit version (which can cause problems, though — it’s better to use the 32-bit version, IMO) -- Chris “Kwpolska” Warrick <http://chriswarrick.com/> PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense
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