File: README.txt

package info (click to toggle)
wxpython3.0 3.0.2.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 482,760 kB
  • ctags: 518,293
  • sloc: cpp: 2,127,226; python: 294,045; makefile: 51,942; ansic: 19,033; sh: 3,013; xml: 1,629; perl: 17
file content (17 lines) | stat: -rw-r--r-- 864 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
These two examples demonstrate a simple use of pubsub with the *arg1*
messaging protocol. 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 basic example of the *arg1*
    messaging protocol.

**wx.py**: basic wxPython GUI application that uses the *arg1* messaging
    protocol. Note that it imports pubsub from
    wxPython's wx.lib package. Therefore you must have (a copy of)
    pubsub installed there for this example to work (pubsub can be
    installed in multiple places independently and they will all work
    without interfering with each other).

    Note that this example is copied almost
    verbatim from the wxPython wiki site and is probably not a
    good model of how an application should be structured.