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 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 > http://www.lfd.uci.edu/~gohlke/

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 o

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 wrote: > On Fri, Jul 18, 2014 at 8:48 AM, Chris “Kwpolska” Warrick > 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 6

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 wrote: > 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

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 Zachary Ware
On Fri, Jul 18, 2014 at 8:48 AM, Chris “Kwpolska” Warrick 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, > though — it’s bett

Re: Python 3.4.1 64 bit Version

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

Re: Python 3.4.1 64 bit Version

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