alex.schenkman schrieb:
> Is it possible that I have many cheetah laying around and tg-admin is
> using the wrong one?
> How to check for that?

>From the traceback you pasted, it is using the Cheetah version from the
Ubuntu package, which is probably Cheetah 1.0. TG needs Cheetah >= 2.0.rc7.

First, check which tg-admin you are really calling:

$ which tg-admin

which will give you e.g.

/usr/local/bin/tg-admin

Open that file and have a look which TG version it uses:

$ less /usr/local/bin/tg-admin

This will have a line like:

__requires__ = 'TurboGears==1.0.3.2'

Now check, where this TG version is installed:

$ locate TurboGears-1.0.3.3

The same directory that contains the TurboGears egg for that version,
should contain an egg for Cheetah >= 2.0rc7. If it doesn't, be sure to
instll TurboGears with the instructions from
http://docs.turbogears.org/1.0/InstallUbuntu.

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