[ python-Bugs-1047540 ] Turtle.py hangs Idle

SourceForge.net noreply at sourceforge.net
Tue Jun 21 12:24:26 CEST 2005


Bugs item #1047540, was opened at 2004-10-15 13:51
Message generated for change (Comment added) made by tso
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1047540&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: IDLE
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Taro Ogawa (tso)
Assigned to: Nobody/Anonymous (nobody)
Summary: Turtle.py hangs Idle

Initial Comment:
1 line fix:

After line 336's:
   root.destroy()
insert
   root.quit()

[Since IDLE is Tkinter based, the implict quit can't 
happen immediately.  Worse, the shell has difficulty 
resetting and using a ^C can leave a zombie process]

-T.


----------------------------------------------------------------------

>Comment By: Taro Ogawa (tso)
Date: 2005-06-21 20:24

Message:
Logged In: YES 
user_id=121025

I've tracked down some more info:

It also happens on XP using 2.4.1 and Idle 1.1.1.

The way to trigger it is to start IDLE with no subprocess. 
The way that I got that to happen is to right click on
Turtle.py in Windows Explorer, and select "Edit with IDLE".

While the fix that I suggested still cures it, it may be
possible to achieve a better general solution by leaving
turtle.py alone, and fixing IDLE...

-T.


----------------------------------------------------------------------

Comment By: Taro Ogawa (tso)
Date: 2004-10-25 10:46

Message:
Logged In: YES 
user_id=121025

Sorry - should have included this:
NT4, Python 2.3.3
[This isn't an isolated case - I've had problems with other 
programs behaving similarly on my XP box (using 2.3.4), eg 
the pygame demos].   Windows only thing...?

-T.

----------------------------------------------------------------------

Comment By: Raymond Hettinger (rhettinger)
Date: 2004-10-24 10:35

Message:
Logged In: YES 
user_id=80475

What version of Python are you using?
I cannot reproduce this on Py2.3 or on Py2.4b1.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1047540&group_id=5470


More information about the Python-bugs-list mailing list