Re: Python 3.4.1 64 bit Version

2014-07-19 Thread Chris “Kwpolska” Warrick
On Sat, Jul 19, 2014 at 1:23 AM, Terry Reedy tjre...@udel.edu wrote: On 7/18/2014 2:56 PM, Chris “Kwpolska” Warrick wrote: It’s also slightly easier to find pre-made binaries for 32-bit than 64-bit. Searching 'python windows binaries' on Google and the first hit is

Python 3.4.1 64 bit Version

2014-07-18 Thread cjwilliams43
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

Re: Python 3.4.1 64 bit Version

2014-07-18 Thread Chris “Kwpolska” Warrick
On Fri, Jul 18, 2014 at 3:29 PM, cjwilliam...@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

Re: Python 3.4.1 64 bit Version

2014-07-18 Thread Zachary Ware
On Fri, Jul 18, 2014 at 8:29 AM, cjwilliam...@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

Re: Python 3.4.1 64 bit Version

2014-07-18 Thread Zachary Ware
On Fri, Jul 18, 2014 at 8:48 AM, Chris “Kwpolska” Warrick kwpol...@gmail.com wrote: “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,

Re: Python 3.4.1 64 bit Version

2014-07-18 Thread Andrew Berg
On 2014.07.18 08:53, Zachary Ware wrote: 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. And in case you need more reassurance, there is the platform module in the

Re: Python 3.4.1 64 bit Version

2014-07-18 Thread Colin J. Williams
Thanks to Chris and Zachary, I shall retreat to Python 3.3 *pro tem* *Colin W.* On 18 July 2014 09:53, Zachary Ware zachary.ware+pyl...@gmail.com wrote: On Fri, Jul 18, 2014 at 8:29 AM, cjwilliam...@gmail.com wrote: The version given on Python.org is Python 3.4.1 (v3.4.1:c0e311e010fc,

Re: Python 3.4.1 64 bit Version

2014-07-18 Thread Chris “Kwpolska” Warrick
On Fri, Jul 18, 2014 at 3:54 PM, Zachary Ware zachary.ware+pyl...@gmail.com wrote: On Fri, Jul 18, 2014 at 8:48 AM, Chris “Kwpolska” Warrick kwpol...@gmail.com wrote: “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

Re: Python 3.4.1 64 bit Version

2014-07-18 Thread Terry Reedy
On 7/18/2014 2:56 PM, Chris “Kwpolska” Warrick wrote: It’s also slightly easier to find pre-made binaries for 32-bit than 64-bit. Searching 'python windows binaries' on Google and the first hit is http://www.lfd.uci.edu/~gohlke/pythonlibs/ This page provides 32- and 64-bit Windows binaries