Thomas Crawley schrieb:
> This error occurs on Quickstart with SQLObject based identity also.
> 
> It would appear Quickstart is broken

>   File "/usr/local/lib/python2.4/site-packages/Cheetah-1.0-py2.4-linux-
> x86_64.egg/Cheetah/Template.py", line 355, in _bindCompiledMethod
>     exec genCode                    # in this namespace!!
>   File "<string>", line 258
>     ''''
>        ^
> SyntaxError: EOL while scanning single-quoted string

You seem to have an old version (1.0) of Cheetah. TurboGears currently
needs Cheetah>=2.0rc7.

The cause for this is probably that you upgraded TurboGears with
"easy_install -U TurboGears". Unfortunately this does not seem to pick
up all needed requirements correctly, if some of them are already installed.

Be sure to use the "tgsetup.py" installation method. Sorry, the
announcement erroneously recommended to use "easy_install" for
upgrading. This was not a good idea.

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