Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #20833
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Subject | Re: Does turtledemo in Python 3.2 actually work? |
| Date | 2012-02-24 16:55 -0500 |
| References | <4f4781cd$0$29989$c3e8da3$5496439d@news.astraweb.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.138.1330120532.3037.python-list@python.org> (permalink) |
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
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll 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