Message127243
| Author | cgohlke |
|---|---|
| Recipients | PythonInTheGrass, brian.curtin, cgohlke |
| Date | 2011-01-28.04:12:38 |
| SpamBayes Score | 0.15397093 |
| Marked as misclassified | No |
| Message-id | <1296187960.49.0.531288111084.issue11029@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Tkinter is not thread safe. You are changing UI elements from a thread that is not the main thread. Use a Queue as described at http://effbot.org/zone/tkinter-threads.htm. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-01-28 04:12:41 | cgohlke | set | recipients: + cgohlke, brian.curtin, PythonInTheGrass |
| 2011-01-28 04:12:40 | cgohlke | set | messageid: <1296187960.49.0.531288111084.issue11029@psf.upfronthosting.co.za> |
| 2011-01-28 04:12:39 | cgohlke | link | issue11029 messages |
| 2011-01-28 04:12:38 | cgohlke | create | |