This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chessweb
Recipients chessweb
Date 2009-05-13.22:01:22
SpamBayes Score 1.4432899e-15
Marked as misclassified No
Message-id <1242252085.07.0.824128250707.issue6014@psf.upfronthosting.co.za>
In-reply-to
Content
Platform: Ubuntu 8.10

Affected versions: Python 2.6.2, IDLE 2.6.2 and Python 2.5.4, IDLE 1.2.4

From IDLE I run a program that opens a graphics window (e.g. using the
Natural Language Toolkit: >>> import nltk followed by >>> nltk.download()). 

When I close the graphics window, I expect to be able to continue
working with the Python shell.

What happens instead is this: The graphics window closes, but the shell
prompt (>>>) does not appear. It seems the subprocess responsible for
the graphics window is still running even though the window is no more. 

All I can do is close IDLE upon which it complains about a program that
is still running.

I am not sure whether this is an IDLE-bug, a graphics package bug or a
nltk-bug,
History
Date User Action Args
2009-05-13 22:01:25chesswebsetrecipients: + chessweb
2009-05-13 22:01:25chesswebsetmessageid: <1242252085.07.0.824128250707.issue6014@psf.upfronthosting.co.za>
2009-05-13 22:01:23chessweblinkissue6014 messages
2009-05-13 22:01:22chesswebcreate