Re: ANN: Louie-1.0b2 - Signal dispatching mechanism

2005-12-06 Thread Matthew Scott

Thomas Heller wrote:
> "Pat" <[EMAIL PROTECTED]> writes:
> > Thomas Heller wrote:
> >> What is the difference between PyDispatcher and Louie?
> >
> > Not too much at this point, but the general differences are listed on
> > this page:
> >
> > http://louie.berlios.de/changes.html
>
> Ok, so I won't need it (yet).

One difference that may help you out if you ever experiment with PJE's
RuleDispatch, is that the 'louie' top-level package name does not
conflict with RuleDispatch's 'dispatch' top-level package name.

- Matthew

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: ANN: Louie-1.0b2 - Signal dispatching mechanism

2005-12-02 Thread Thomas Heller
"Pat" <[EMAIL PROTECTED]> writes:

> Thomas Heller wrote:
>>
>> What is the difference between PyDispatcher and Louie?
>> (I'm still using a hacked version of the original cookbook recipe...)
>
> Not too much at this point, but the general differences are listed on
> this page:
>
> http://louie.berlios.de/changes.html
>
> Matt and I plan to experiment with other changes for Nufox, PyQt,
> Schevo and other things that we are working on.

Ok, so I won't need it (yet).

Thanks (and also for the original dispatcher module, of which I'm a very
happy user).

Thomas
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: ANN: Louie-1.0b2 - Signal dispatching mechanism

2005-12-01 Thread Pat
Thomas Heller wrote:
>
> What is the difference between PyDispatcher and Louie?
> (I'm still using a hacked version of the original cookbook recipe...)

Not too much at this point, but the general differences are listed on
this page:

http://louie.berlios.de/changes.html

Matt and I plan to experiment with other changes for Nufox, PyQt,
Schevo and other things that we are working on.

--
Patrick K. O'Brien
Orbtech   http://www.orbtech.com
Schevohttp://www.schevo.org

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: ANN: Louie-1.0b2 - Signal dispatching mechanism

2005-12-01 Thread Thomas Heller
[EMAIL PROTECTED] writes:

> Louie 1.0b2 is available:
>
> 
>
> Louie provides Python programmers with a straightforward way to
> dispatch signals between objects in a wide variety of contexts. It is
> based on PyDispatcher_, which in turn was based on a highly-rated
> recipe_ in the Python Cookbook.
>
> .. _PyDispatcher: http://pydispatcher.sf.net/
>
> .. _recipe: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/87056
>
>
> For more information, visit the Louie project site:
> 
>
> Patrick K. O'Brien and contributors
> <[EMAIL PROTECTED]>

What is the difference between PyDispatcher and Louie?
(I'm still using a hacked version of the original cookbook recipe...)

Thanks,

Thomas


-- 
http://mail.python.org/mailman/listinfo/python-list