"James Hu" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Hi,

> There are 2 wxPython application, A and B and need to exchange msg.

I do not think that wx even has a mechanism for sending events between
applications.?

You need some other tool, like a socket, a named pibe, some windows specific
event queue library (gack!), or maybe a toolkit like PYRO, SPREAD e.t.c.
depending on your *reason* for needing this in the first place.

I am partial to PYRO myself.

... and you do need an event loop in any case to map from:

 "remote event" <-> "message protocol" <-> "local event"

... at least that makes it easier to test than "raw" event's which are
harder to control.


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to