Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Does turtledemo in Python 3.2 actually work?

11 views
Skip to first unread message

Steven D'Aprano

unread,
Feb 24, 2012, 7:25:49 AM2/24/12
to
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

Arnaud Delobelle

unread,
Feb 24, 2012, 7:40:05 AM2/24/12
to Steven D'Aprano, pytho...@python.org
On 24 February 2012 12:25, Steven D'Aprano
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

Terry Reedy

unread,
Feb 24, 2012, 4:55:02 PM2/24/12
to pytho...@python.org
On Win7, all examples run fine except for one traceback with clock.
http://bugs.python.org/issue14117

--
Terry Jan Reedy

0 new messages