[wxPython-users]Multi-thread logging to textctrl

甜瓜 littlesweetmelon at gmail.com
Thu Oct 11 01:20:34 PDT 2007


Thank you very much! The bug is solved.
Is this a strict rule for wx that only the main thread (or MainLoop)
can operate on a widget? It seems that wx.MainLoop do some thing
asynchronously. AppendText returned while wx do repaint in background.
Therefore, even if all access to the textbox is synchronized by
logging package, it still has deadlock.

---
ShenLei




More information about the wxpython-users mailing list