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


Groups > comp.lang.python > #20805

Re: Does turtledemo in Python 3.2 actually work?

References <4f4781cd$0$29989$c3e8da3$5496439d@news.astraweb.com>
Date 2012-02-24 12:40 +0000
Subject Re: Does turtledemo in Python 3.2 actually work?
From Arnaud Delobelle <arnodel@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.125.1330087208.3037.python-list@python.org> (permalink)

Show all headers | View raw


On 24 February 2012 12:25, Steven D'Aprano
<steve+comp.lang.python@pearwood.info> 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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Does turtledemo in Python 3.2 actually work? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-02-24 12:25 +0000
  Re: Does turtledemo in Python 3.2 actually work? Arnaud Delobelle <arnodel@gmail.com> - 2012-02-24 12:40 +0000
  Re: Does turtledemo in Python 3.2 actually work? Terry Reedy <tjreedy@udel.edu> - 2012-02-24 16:55 -0500

csiph-web