Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'win32': 0.03; 'subject:: [': 0.04; 'subject:Python': 0.06; 'importerror:': 0.07; 'tkinter': 0.07; 'turtle': 0.07; 'failed:': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'wrote': 0.14; 'windows': 0.15; 'fine.': 0.16; 'idle,': 0.16; 'reedy': 0.16; 'skipped.': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'subject:] ': 0.20; 'feb': 0.22; 'import': 0.22; 'tests': 0.22; 'cc:addr:python.org': 0.22; 'install': 0.23; 'cc:2**1': 0.23; 'load': 0.23; 'dll': 0.24; 'package.': 0.24; 'subject:release': 0.24; 'cc:no real name:2**0': 0.24; 'header:In- Reply-To:1': 0.27; 'installed': 0.27; 'am,': 0.29; 'mode': 0.30; 'message-id:@mail.gmail.com': 0.30; 'skip:( 20': 0.30; '>>>>': 0.31; 'repair': 0.31; 'yesterday': 0.31; 'could': 0.34; 'problem': 0.35; 'problem.': 0.35; 'no,': 0.35; 'received:google.com': 0.35; 'too': 0.37; 'generic': 0.38; 'does': 0.39; 'complete': 0.62; 'today': 0.64; 'soon.': 0.71; '2014,': 0.84; 'installer': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=3fwv//lmm7Mwxbr4Ox9O5ITMd7BYfRFcq4UheJ2TMuk=; b=GB+RH2bI9TUrPFQoYvftMOYZ5AP4VKsR7YwDHGPNkbvEMXc9JBjnhf8jGPPYQZXWkm 2S/W4JTv8mgoM+EzpaKpIGxAgs8lj0iEDlszZawfsc/9Ipl5CNA4BWgYCPctXkFdXACx KN3v46JXCB000LzEmmpcvrxOfBK3A8BELwVjrcENTqo7diS5aUdKXDc10X8FlU3ov0bH 4dW//lxd7bHigBD4YQ51VguScsPFNDrACeBL7lkKDf0cDtLeIxVnwUU1pnSvu7U5RVhM LkP4ezXdpxsHkBNy04dVxz6Cxp40ZMom+FEbewaM4uOl7phicpHKBuTd/Sb0cgclada+ DdbQ== MIME-Version: 1.0 X-Received: by 10.60.94.52 with SMTP id cz20mr7087881oeb.43.1392124013067; Tue, 11 Feb 2014 05:06:53 -0800 (PST) In-Reply-To: References: <52F9D493.6090100@hastings.org> Date: Tue, 11 Feb 2014 08:06:53 -0500 Subject: Re: [RELEASED] Python 3.4.0 release candidate 1 From: David Robinow To: Terry Reedy Content-Type: text/plain; charset=UTF-8 Cc: "python-list@python.org" , python-dev@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 25 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1392124016 news.xs4all.nl 2902 [2001:888:2000:d::a6]:52108 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:65903 On Tue, Feb 11, 2014 at 5:45 AM, Terry Reedy wrote: > On 2/11/2014 5:13 AM, Terry Reedy wrote: >> ... >> 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. 32 bit and 64 bit both work for me. Windows 7.