mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-09 05:20:08 +01:00
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@75492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
These two examples demonstrate a simple use of pubsub with the *kwargs*
messaging protocol (default). There are two examples that can be run from
this folder:
**console_main.py**: basic console based, uses the console_senders.py and
console_listeners.py modules, giving example of the *kwargs*
messaging protocol.
**wx_main.py**: wxPython GUI application with two windows (win1 and win2)
that exchange data without any reference to the other. This example
looks for pubsub on your system path so default install ok.