[Baypiggies] dispatching events
Chad Netzer
chad.netzer at gmail.com
Fri Apr 6 21:52:58 CEST 2007
On 4/6/07, Shannon -jj Behrens <jjinux at gmail.com> wrote:
> Dear "More Effective Google",
>
> I'm looking for an event dispatch system, also known as a signal slots
> library. I need for my model to announce to the view when things have
> happened. I seem to remember Drew mentioning "py signals" or
> something like that years ago, but now I can't remember. What's the
> best thing?
http://pydispatcher.sourceforge.net/
Won't say "best", but it has been around, is tested, etc. I'd prefer
a dispatcher class instance, over a module, but I've made it work well
for me.
Frankly, this is yet another type of thing I'd like to see become a
part of the Python distribution...
Hope this helps.
Chad
More information about the Baypiggies
mailing list