Lita Cho added the comment:

I am currently in the process of editing this patch such that the Turtle Demo 
launches from the Help Menu and spawns a separate process. 

However, I am deciding whether if the separate process should be asynchronous 
or not. Currently, I have it working with the subprocess module, but the IDLE 
window is hanging. 

I can use the multiprocess module or Popen to make it asynchronous. However, I 
am not sure where the clean-up should happen once the turtle process has been 
terminated.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17172>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to