I am following the guide located at:
http://www.turbogears.com/community/contributing.html but am getting
the errors below. It looks like the version of Kid I pulled out of svn
isn't the version I should have?
Thanks,
John
$> sudo python setup.py develop
running develop
running egg_info
writing requirements to ./TurboGears.egg-info/requires.txt
writing ./TurboGears.egg-info/PKG-INFO
writing top-level names to ./TurboGears.egg-info/top_level.txt
writing entry points to ./TurboGears.egg-info/entry_points.txt
running build_ext
Creating /usr/lib64/python2.4/site-packages/TurboGears.egg-link (link to .)
Adding TurboGears 0.9a0dev-r145 to easy-install.pth file
Installing tg-admin script to /usr/bin
Installed /home/john/turbogears/trunk
Processing dependencies for TurboGears==0.9a0dev-r145
Searching for kid>=0.7adev-r186
Reading http://www.python.org/pypi/kid/
Reading http://lesscode.org/projects/kid/
No local packages or download links found for kid>=0.7adev-r186
error: Could not find distribution for
Requirement.parse('kid>=0.7adev-r186')