Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!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; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'url:releases': 0.09; 'sfxlen:2': 0.11; 'python': 0.11; 'jan': 0.12; 'url:download': 0.12; 'wrote': 0.14; 'windows': 0.15; 'delighted': 0.16; 'fine.': 0.16; 'idle,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'skipped.': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'subject:] ': 0.20; 'feb': 0.22; '>>>': 0.22; 'import': 0.22; 'team,': 0.22; 'tests': 0.22; 'cc:addr:python.org': 0.22; 'install': 0.23; 'load': 0.23; 'header:User-Agent:1': 0.23; 'dll': 0.24; 'package.': 0.24; 'subject:release': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'am,': 0.29; 'mode': 0.30; 'skip:( 20': 0.30; "i'm": 0.30; 'larry': 0.31; 'repair': 0.31; 'yesterday': 0.31; 'url:python': 0.33; 'announce': 0.33; 'candidate': 0.34; 'could': 0.34; 'problem': 0.35; 'problem.': 0.35; 'no,': 0.35; 'url:org': 0.36; 'too': 0.37; 'generic': 0.38; 'to:addr:python-list': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'release': 0.40; 'url:3': 0.61; 'received:173': 0.61; 'first': 0.61; 'complete': 0.62; 'today': 0.64; 'visit:': 0.65; 'url:0': 0.67; 'url:4': 0.69; 'soon.': 0.71; '2014,': 0.84; 'installer': 0.84; 'received:fios.verizon.net': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: [RELEASED] Python 3.4.0 release candidate 1 Date: Tue, 11 Feb 2014 05:45:04 -0500 References: <52F9D493.6090100@hastings.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-173-75-254-207.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 In-Reply-To: Cc: 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: 34 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1392115540 news.xs4all.nl 2928 [2001:888:2000:d::a6]:41974 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:65899 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