Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Does': 0.04; 'turtle': 0.05; 'subject:Python': 0.05; 'python': 0.08; 'bug?': 0.09; 'failing': 0.09; 'scripts,': 0.09; 'gui': 0.13; 'received:209.85.214.174': 0.13; '3.2.1': 0.16; 'received:10.60': 0.16; 'to:addr:pearwood.info': 0.16; 'to:addr:steve+comp.lang.python': 0.16; "to:name:steven d'aprano": 0.16; 'cc:addr:python-list': 0.16; 'wrote:': 0.18; '3.2': 0.18; 'seems': 0.20; 'cc:no real name:2**0': 0.21; 'header:In-Reply- To:1': 0.22; 'cc:2**0': 0.26; 'load': 0.26; 'says': 0.27; 'message-id:@mail.gmail.com': 0.29; 'fine.': 0.29; 'module.': 0.29; 'cc:addr:python.org': 0.29; 'url:library': 0.31; 'subject:?': 0.31; 'on,': 0.31; 'anyone': 0.32; 'there': 0.33; 'steven': 0.34; 'url:python': 0.35; 'received:209.85.214': 0.36; 'run': 0.37; 'but': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; 'url:org': 0.39; 'received:209': 0.39; 'application': 0.40; 'header:Received:6': 0.61; 'confirm': 0.72; 'failure': 0.74 Received-SPF: pass (google.com: domain of arnodel@gmail.com designates 10.60.4.10 as permitted sender) client-ip=10.60.4.10; Authentication-Results: mr.google.com; spf=pass (google.com: domain of arnodel@gmail.com designates 10.60.4.10 as permitted sender) smtp.mail=arnodel@gmail.com; dkim=pass header.i=arnodel@gmail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=N8oe9akB3N4iq2iwDMRbIv6lsU1TYtazjtYaAqKrasI=; b=DIa591RslvIDhDkV3ZohwZkMytFVptCZHjAeUfuhVj8bgz+0JRLn/3Vjqd7FE/MhCg kNf9hdyvcuurKtBGh1L1a5+hG/Xuu+No3KwZ8cZmulYfdNUVgk6o73aUIImhcsKqH32u FX4Vx2bRC7HfaEwicPfo16UfUR1RhTY4jXgk8= MIME-Version: 1.0 In-Reply-To: <4f4781cd$0$29989$c3e8da3$5496439d@news.astraweb.com> References: <4f4781cd$0$29989$c3e8da3$5496439d@news.astraweb.com> Date: Fri, 24 Feb 2012 12:40:05 +0000 Subject: Re: Does turtledemo in Python 3.2 actually work? From: Arnaud Delobelle To: "Steven D'Aprano" Content-Type: text/plain; charset=UTF-8 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1330087208 news.xs4all.nl 6982 [2001:888:2000:d::a6]:40078 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:20805 On 24 February 2012 12:25, Steven D'Aprano wrote: > Python 3.2 includes turtledemo, a demonstration program for the turtle > module. > > When I run it, I can load the turtle scripts, and the GUI application > says "Press the start button", but there is no start button. > > Can anyone else confirm this as a bug? > > http://docs.python.org/py3k/library/turtle.html#demo-scripts Just tested with Python 3.2.1 on Mac OS X 10.6.8 and all seems fine. Perhaps if you say which platform it's failing on, others will be able to reproduce the failure on the same platform? -- Arnaud