On Mon, 2007-02-19 at 23:14 +0000, Valery wrote:
>   File "/usr/lib/python2.4/site-packages/Cheetah-2.0rc7-py2.4-linux-
> i686.egg/Cheetah/Parser.py", line 1445, in parse
>     self.assertEmptyOpenDirectivesStack()
>   File "/usr/lib/python2.4/site-packages/Cheetah-2.0rc7-py2.4-linux-
> i686.egg/Cheetah/Parser.py", line 2554, in
> assertEmptyOpenDirectivesStack
>     raise ParseError(self, msg=errorMsg)
> Cheetah.Parser.ParseError:
> 
> Some #directives are missing their corresponding #end ___ tag: cache
> Line 45, column 18
> 
> Line|Cheetah Code
> ----|-------------------------------------------------------------
> 42  |# WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION
> ENVIRONMENT*
> 43  |# Debug mode will enable the interactive debugging tool, allowing
> ANYONE to
> 44  |# execute malicious code after an exception is raised.
> 45  |set debug = false
> 

Believe it or not, this probably has nothing to do with Pylons.  Rather,
because Cheetah supports the python.templating_engines entry point,
Cheetah is gets imported automatically whether you use it or not and
apparently your version of Cheetah is broken.  Try upgrading or
uninstalling Cheetah.

Regards,
Cliff



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to