On Jan 3, 2008 8:55 AM, Rob McMullen <[EMAIL PROTECTED]> wrote: > Maybe a pure message passing scheme would result in less coupling, but > I've found message passing systems to be debugging nightmares. > Granted, most of my message passing experience is multiprocessing with > MPI, but it scars you. :)
You mean like wx.lib.pubsub? I mention it because I've found it to be quite convenient for plugging things together without needing to know about widget hierarchy, object relationships, etc. I haven't altered my editor to use it fully (right now, I'm using the standard wxPython event system, manually reordered handling, etc.), but newer tools I'm writing for other projects use it. - Josiah
