[wxPython-users] "Pushing" Data to Modules

Rich Shepard rshepard at appl-ecosys.com
Fri Dec 1 18:23:36 PST 2006


On Fri, 1 Dec 2006, Josiah Carlson wrote:

> wx.lib.pubsub

   Re-reading the MVC section in the wPIA book, I see that wx.lib.pubsub is
the appropriate class for me. The API docs are rather sparse, and I did not
find more detailed descriptions in my Google search.

   The event I want to "publish" now from the module with the database
methods is that a database connection has been established to an existing
file. The subscribers are in different modules, each of which holds the
widgets and bound methods for a notebook page.

   Does anyone have -- or have a reference to -- an application that uses
this library in multiple modules/classes? It would make my learning and
understanding much easier if I could look at a working example more complex
than the simple one (for the AbstractModel() class) in the book.

Rich

-- 
Richard B. Shepard, Ph.D.               |    The Environmental Permitting
Applied Ecosystem Services, Inc.(TM)    |            Accelerator
<http://www.appl-ecosys.com>     Voice: 503-667-4517      Fax: 503-667-8863




More information about the wxpython-users mailing list