Hey, I'm getting the exact same problem even with 2.0rc7.

Can't believe no one complained yet, even the tutorial TG Wiki project
won't run with this bug.


On Jul 29, 2:17 am, Christopher Arndt <[EMAIL PROTECTED]> wrote:
> 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 
> fromhttp://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