Thomas Crawley schrieb:
> I downloaded and tgsetup.py from the Turbogears page.
> 
> I ran it...
> Processing dependencies for TurboGears[standard]>=1.0.3.2
> 
> [EMAIL PROTECTED] tginstall]# tg-admin info
> TurboGears Complete Version Information
> 
> TurboGears requires:
> ...
> * Cheetah 1.0

This seems to some strange, questionable behaviour by easy_install
(which tgsetup.py uses internally). easy_install should not need the
'-U' option to upgrade dependency packages to the version that is
explicitly required by the package to be installed. Maybe it was because
you already had TurboGears 1.0.3.2 installed, so it didn't check the
dependencies anymore? But the output of tgsetup.py suggest otherwise.
We should investigate this.

> I also tried to install Cheetah but it installed version 1.

Try "easy_install -UZ Cheetah".

If you don't have a compiler, tell easy_install to download the Cheetah
egg from the turbogears site:

easy_install -UZ -f http://www.turbogears.org/download/filelist.html \
  Cheetah



HTH, Chris

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to