RuleDispatch has never been at PyPI :( (This is one of the reasons I
plan to drop this dependency before 1.0)
However, I'm distributed pre-compiled eggs at
http://toscawidgets.org/download and easy_install should have fetched it
from there. I'm guessing that there are no available eggs for your
platform... You can instruct easy_install to download the version with C
speedups like this:
easy_install -U http://toscawidgets.org/download/wo_speedups/ RuleDispatch
Alberto
easy_install -U http://toscawidgets.org/download/wo_speedups/ RuleDispatch
easy_install -U -f http://toscawidgets.org/download/wo_speedups/
RuleDispatch
(don't forget the -f flag)
Alberto