[PEAK] Suggestion concerning RuleDispatch

Christoph Zwerschke cito at online.de
Sat Apr 21 18:22:07 EDT 2007


I hope this is the right list to report problems with RuleDispatch.

As discussed on the TurboGears list today, the problem is that 
RuleDispatch uses DecoratorTools, but not "install_requires" them in its 
setup.py. Since it requires PyProtocol and the current revision of 
PyProtocol in turn requires DecoratorTools, this is usually not a 
problem. But a problem arises if you have an older revision of 
PyProtocol already installed (or PyProtocol will stop using 
DecoratorTools one day). To solve this, since RuleDispatch directly uses 
DecoratorTools, it should explicitly require it.

-- Chris



More information about the PEAK mailing list