I run ran--
sudo /usr/local/bin/easy_install -Uf \
http://www.turbogears.org/preview/download/index.html TurboGears
and got the following error--
error: Can't download \
http://www.turbogears.org/download/eggs/RuleDispatch-0.5a0dev_r2097.zip:
404 Not Found
It looks like the filename is incorrect: a hyphen should be an
underscore, or vis-versa--
http://www.turbogears.org/download/eggs/RuleDispatch-0.5a0dev-r2097.zip
How is this best remedied?
P.S. This breaks the installation as well--
.....
File
"/usr/lib/python2.4/site-packages/setuptools-0.6a10-py2.4.egg/pkg_resources.py",
line 585, in require
needed = self.resolve(parse_requirements(requirements))
File
"/usr/lib/python2.4/site-packages/setuptools-0.6a10-py2.4.egg/pkg_resources.py",
line 483, in resolve
raise DistributionNotFound(req) # XXX put more info here
DistributionNotFound: RuleDispatch
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---