Patrick K. O'Brien wrote: > http://louie.berlios.de/ >
The other cool thing is, we can pretend its about Louie Armstrong to fit in with Django and Ellington ;-) Also, an issue I had using pydispatcher was that robustapply.function does not work with classmethods, I had to wrap them in a lambda . Maybe the last bit here: http://louie.berlios.de/louie/robustapply.py.html#25 should also check if the argument is callable(), and if so wrap it in a lambda or something. Robert