Does turtledemo in Python 3.2 actually work?
The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Newsgroups: comp.lang.python
From:
Steven D'Aprano <steve+comp.lang.pyt... @pearwood.info>
Date: 24 Feb 2012 12:25:49 GMT
Local: Fri, Feb 24 2012 7:25 am
Subject: Does turtledemo in Python 3.2 actually work?
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
You must
Sign in before you can post messages.
You do not have the permission required to post.
Newsgroups: comp.lang.python
From:
Arnaud Delobelle <arno... @gmail.com>
Date: Fri, 24 Feb 2012 12:40:05 +0000
Local: Fri, Feb 24 2012 7:40 am
Subject: Re: Does turtledemo in Python 3.2 actually work?
On 24 February 2012 12:25, Steven D'Aprano
<steve+comp.lang.pyt
... @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
You must
Sign in before you can post messages.
You do not have the permission required to post.
Newsgroups: comp.lang.python
From:
Terry Reedy <tjre... @udel.edu>
Date: Fri, 24 Feb 2012 16:55:02 -0500
Local: Fri, Feb 24 2012 4:55 pm
Subject: Re: Does turtledemo in Python 3.2 actually work?
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
You must
Sign in before you can post messages.
You do not have the permission required to post.