Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #65899 > unrolled thread

Re: [RELEASED] Python 3.4.0 release candidate 1

Started byTerry Reedy <tjreedy@udel.edu>
First post2014-02-11 05:45 -0500
Last post2014-02-11 05:45 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [RELEASED] Python 3.4.0 release candidate 1 Terry Reedy <tjreedy@udel.edu> - 2014-02-11 05:45 -0500

#65899 — Re: [RELEASED] Python 3.4.0 release candidate 1

FromTerry Reedy <tjreedy@udel.edu>
Date2014-02-11 05:45 -0500
SubjectRe: [RELEASED] Python 3.4.0 release candidate 1
Message-ID<mailman.6660.1392115540.18130.python-list@python.org>
On 2/11/2014 5:13 AM, Terry Reedy wrote:
> On 2/11/2014 2:43 AM, Larry Hastings wrote:
>>
>> On behalf of the Python development team, I'm delighted to announce
>> the first release candidate of Python 3.4.
>
>> To download Python 3.4.0rc1 visit:
>>
>>      http://www.python.org/download/releases/3.4.0/
>
> I installed 64 bit 3.3.4 yesterday with no problem. I reran it today in
> repair mode and again, no problem.
>
> With 64 bit 3.4.0, I get
> "There is a problem with this Windows Installer package. A program
> required for the install to complete could not be run."
>
> No, the generic message does not bother to say *which* program :-(.
>
> 34 bit 3.4.0 installed fine.

I wrote too soon.

Python 3.4.0rc1 (v3.4.0rc1:5e088cea8660, Feb 11 2014, 05:54:25) [MSC
 >>> import tkinter
Traceback ...
     import _tkinter
ImportError: DLL load failed: %1 is not a valid Win32 application.

So tkinter, Idle, turtle fail and the corresponding tests get skipped.

-- 
Terry Jan Reedy

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web