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


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

Does turtledemo in Python 3.2 actually work?

Started bySteven D'Aprano <steve+comp.lang.python@pearwood.info>
First post2012-02-24 12:25 +0000
Last post2012-02-24 16:55 -0500
Articles 3 — 3 participants

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


Contents

  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

#20803 — Does turtledemo in Python 3.2 actually work?

FromSteven D'Aprano <steve+comp.lang.python@pearwood.info>
Date2012-02-24 12:25 +0000
SubjectDoes turtledemo in Python 3.2 actually work?
Message-ID<4f4781cd$0$29989$c3e8da3$5496439d@news.astraweb.com>
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



-- 
Steven

[toc] | [next] | [standalone]


#20805

FromArnaud Delobelle <arnodel@gmail.com>
Date2012-02-24 12:40 +0000
Message-ID<mailman.125.1330087208.3037.python-list@python.org>
In reply to#20803
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

[toc] | [prev] | [next] | [standalone]


#20833

FromTerry Reedy <tjreedy@udel.edu>
Date2012-02-24 16:55 -0500
Message-ID<mailman.138.1330120532.3037.python-list@python.org>
In reply to#20803
On 2/24/2012 7:25 AM, 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

On Win7, all examples run fine except for one traceback with clock.
http://bugs.python.org/issue14117

-- 
Terry Jan Reedy

[toc] | [prev] | [standalone]


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


csiph-web