Jesse Aldridge wrote:
I think there's a bug in HtmlWindow as demonstrated below.
The code works as expected if the HtmlWindow line is commented out.
It works as expected if you leave it uncommented, too. (Because it is expected to have problems.) You can not safely do any GUI operations from a non-GUI thread. (From wxPython's perspective, the GUI thread is the one that creates the wx.App object.)
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!