MezzoNZ / crunchy

Automatically exported from code.google.com/p/crunchy
0 stars 0 forks source link

running Tkinter programs (and possibly other GUI based) from thread can lock up #87

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Simply start a Tkinter based program from an execute button (instead of a
separate process) - an example might be a turtle graphics program.

IDLE deals with this I believe through communication with an external
process; Crunchy has either a separate process mode or a communication via
comet.

This should be investigated.

Original issue reported on code.google.com by andre.ro...@gmail.com on 11 Jan 2008 at 12:51

GoogleCodeExporter commented 8 years ago
This won't be investigated until after the 1.0 release.

Original comment by andre.ro...@gmail.com on 3 Oct 2008 at 6:25