Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Does turtledemo in Python 3.2 actually work?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
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
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Steven D'Aprano  
View profile  
 More options Feb 24, 7:25 am
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.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Arnaud Delobelle  
View profile  
 More options Feb 24, 7:40 am
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.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Terry Reedy  
View profile  
 More options Feb 24, 4:55 pm
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.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »