[PEAK] Suggestion concerning RuleDispatch
Phillip J. Eby
pje at telecommunity.com
Sun Apr 22 18:58:08 EDT 2007
At 12:22 AM 4/22/2007 +0200, Christoph Zwerschke wrote:
>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.
Actually, the breakage was that setup.py listed the wrong version of
PyProtocols. It's fixed in SVN now; thanks for the report.
>-- Chris
>_______________________________________________
>PEAK mailing list
>PEAK at eby-sarna.com
>http://www.eby-sarna.com/mailman/listinfo/peak
More information about the PEAK
mailing list