Hi all. I'm trying TurboGears out for a demo app. My background is
Quixote and Cheetah. I installed TG 0.8a4 and got the wiki demo
working. Now I'm trying to upgrade to the SVN tarball with Kevin's
command:
easy_install -f
http://www.opensource4you.com/nightly_tarballs.shtml TurboGears
But easy_install doth say:
Installed
/usr/local/stow/python-2.4.2/lib/python2.4/site-packages/TurboGears-0.9a0dev_r252-py2.4.egg
Processing dependencies for TurboGears
Searching for RuleDispatch
Reading http://www.python.org/pypi/RuleDispatch/
Couldn't find index page for 'RuleDispatch' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://www.python.org/pypi/
No local packages or download links found for RuleDispatch
error: Could not find distribution for
Requirement.parse('RuleDispatch')
Is this another package I need to install?
I tried this both before and after moving the 0.8a4 egg to a
non-discoverable directory.
-- Mike Orr <[EMAIL PROTECTED]>