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 belopolsky
Recipients belopolsky, gregorlingl, josiahcarlson, korka, rhettinger
Date 2010-11-05.02:19:38
SpamBayes Score 5.4463704e-05
Marked as misclassified No
Message-id <1288923580.72.0.970145070096.issue1702036@psf.upfronthosting.co.za>
In-reply-to
Content
On a closer look at the first post, I see that there are two parts to the issue.  The first is indeed a duplicate of #6639, but the second is thread related.   I am attaching the OP's code in a script file for convenience.  Running ninja.py under python3 produces 

RuntimeError: main thread is not in main loop

in every ninja thread.  This looks like tkinter limitation, but I think it is possible to work around it in turtle, so this is a valid feature request.

+1
History
Date User Action Args
2010-11-05 02:19:40belopolskysetrecipients: + belopolsky, rhettinger, josiahcarlson, gregorlingl, korka
2010-11-05 02:19:40belopolskysetmessageid: <1288923580.72.0.970145070096.issue1702036@psf.upfronthosting.co.za>
2010-11-05 02:19:39belopolskylinkissue1702036 messages
2010-11-05 02:19:38belopolskycreate