[wxPython] Sending events to wxApp instance from different thread

Hi,

I’m sending a self-defined event from a different thread to the wxApp instance

in my program. It finally works, but the transmission of the event takes about a

minute (!). Meanwhile, the other thread is waiting for wxApp to respond.

Does anyone know what causes the problem? I’m using Python 1.5.2 and

wxPython 2.2.0 on a Windows NT 4.0 machine.

Lars

I'm sending a self-defined event from a different thread to the wxApp
instance in my program. It finally works, but the transmission of the
event takes about a minute (!). Meanwhile, the other thread is waiting
for wxApp to respond.

Does anyone know what causes the problem? I'm using Python 1.5.2 and
wxPython 2.2.0 on a Windows NT 4.0 machine.

Does it behave the same way if you send the event to a wxFrame instead? What else is going on in the GUI thread at the time? How are you sending the event?

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users