On Jan 3, 2008 12:21 PM, Oliver <[EMAIL PROTECTED]> wrote: > Yes like pypubsub (note: I moved pubsub module out of wx.lib last year > into its own project: pypubsub, at http://cheeseshop.python.org/pypi/PyPubSub > on cheeseshop. Robin has not yet integrated the new version into wx).
Thanks for the pointer to the new version of pubsub; I wasn't aware of this new version. > As Rob mentioned, messaging can increase the difficulty of debugging > but I find that the level of effort required depends a lot on the > library. One of the things I would have helped me in my previous dealings with wx.lib.pubsub would have been the ability to set a breakpoint when a certain message was sent. I looked through your v3 code a bit -- maybe with some slight modifications the __notifyOnSend could be used for that purpose? Probably OT for pyxides; I'll post something on your forum when I've had a better look at pubsub v3. Rob
