[wxPython-users] pubsub vs. evtmgr

Josiah Carlson jcarlson at uci.edu
Sat Dec 9 09:59:10 PST 2006


Christian Kristukat <ckkart at hoc.net> wrote:
> until now I used custom events which were recieved via the evtmgr to make the
> different parts of a wxPython app comunicate with each other. Now that I
> encountered pubsub, I am wondering if I can use it as a replacement for
> using custom events - a first try seems to approve that. Pubsub apparently is
> not using the wxPython event system, so that the application will be blocked
> when sending a message until all listeners have returned. Is that right? 

That is correct.

 - Josiah





More information about the wxpython-users mailing list