http://www.turbogears.org/download/filelist.html
--
Mark Ramm-Christensen
email: mark at compoundthinking dot com
blog: www.compoundthinking.com/blog
Yes, but Michael is right, CherryPy needs to be installed from the
Cheeseshop and it's definitely there. The question is why this did not
work with tgsetup.py.
Michael, what platform and Python are you using? Did you try directly:
easy_install CherryPy==2.3.0
-- Christoph
Although it has not been officially announced yet, we now also have our
own package index (<plug>based on EggBasked [1]</plug>), which has *all*
dependencies for TG >= 1.0.4.4, and is available at:
This can be used to install TurboGears 1.0.5 with easy_install like this:
easy_install -i http://pypi.turbogears.org/ -H pypi.turbogears.org \
"TurboGears==1.0.5"
This will *only* use packages from this index, where we have binary eggs
for all C-extension dependencies for all major systems (win32,
linux-i686, linux-x86_64, macosx-10.3-fat, macosx-10.5-i386).
I have created a new instalation script that uses this index to install
TG 1.x into a virtualenv, which I will post shortly with a call for
testers. People interested in it can have a look at it now at
http://svn.turbogears.org/projects/tgsetupng/trunk.
Chris
Seems to be a problem with the version of setuptools (0.7a1dev_r51790)
you had installed. Dunno where that came from, certainly not from the
turbogears.org servers. I suggest you downgrade setuptools to 0.6c8 and
try again.
http://pypi.turbogears.org/package/download/setuptools/setuptools-0.6c8-py2.4.egg
Installation through the new package index is not extensively tested
yet, and normally should happen through the installation script I
mentioned, so some quirks are to be expected.
Chris