I decided to install Cheetah to try it out. It passes all its tests under Linux but fails under Windows XP with a NameMapper warning. It wants a compiled C...
Hi All, sorry for the silence. I'm in Bejing for work at the moment. I agree with Peter's proposal, but won't have time to look at it for another 2 weeks. Go...
(This is not related to the "Filter problem" thread recently posted.) As y'all remember, I've been trying to figure a way to do smart HTML escaping with...
There's a preview of chapters 1-4 of the new Users' Guide at http://cheetahtemplate.sourceforge.net/docs-2.0-unfinished/ -- Mike Orr <sluggoster@...> ...
Hi! I'm using Cheetah template 2.0 rc6 in embedded python 2.4 and in attached template i get: UnicodeDecodeError: 'ascii39; codec can't decode byte 0xc5 in...
Hey. Is there a good way to get forms and cookies inside a template without using Webware (it isn't maintained in Gentoo anymore, and I would rather not fuss...
I have the following template: #set $x = 'a' $x Without _namemapper.pyd, it works fine. However, if I add it in I get the following error: *web.Server...
I tried Cheetah 2.0 RC6 on two different Python installations. On Python 2.3.5 on a Debian "stable", it worked. On Python 2.3.4 on RHEL, it failed: Traceback...
Hi Laflamme, please send Cheetah email to the list rather than to me directly. Do you have the same version of Cheetah installed in each OS? Tavis ... This...
I'm going to be working on 2.0rc3 over the next two days. So if you've found anything broken or poorly designed in the previous 2.0 rc or beta releases please...
Sorry if this is a fairly obvious question--I really did try look this up. Is there a way for a non cheetah class to inherit from a compiled template (kind of...
Hello, I have the following lines in my template file: #set $foo = $_("This is a test") Then tried to run pygettext.py, but the tokenizer treated the whole...
... Isn't that just a style issue. Most cheetah coders use indentation to format their Cheetah code. Why force it? Btw, all of Cheetah's core syntax tokens...
Hello! Is there any easy way to embedd Cheetah? I would like to generate two different HTML documents from one xml file. I used XSLT earlier, but there are...
I'll be doing a Cheetah BoF/Open Space at PyCon, probably Saturday at 3:15pm. Topics are 2.0 features, organizing the Users' Guide, and any other questions you...
does this work if you remove the .pyd file? There was a potential bug report with it last week. ... This SF.net email is sponsored by: Splunk Inc. Do you grep...
Hello, I am contacting you regarding an error using Cheetah. I am using Cheetah-2.0rc6. I have installed it as follows on my computer (Windows): (based on...
Hi, I'm trying to do the following: #set $status_count[$status] = {'count39;: 0} and getting: NameError: global name 'status_count' is not defined But when I do:...
I am playing around the idea with making a mud in python. I was wondering if anyone has had any experience using Cheetah to output to telnet. Anything I should...
Since Cheetah 2.0 is held up while the docs are being written, I'd like to reinstate my request for a smart HTML escaping filter. Kid, PTL, and QPY all escape...
... What about an automatic warning or recompilation of the templates if the cheetah version is higher than template ? -- William Dodé - http://flibuste.net ...
http://prdownloads.sourceforge.net/cheetahtemplate/Cheetah-2.0rc6.tar.gz?download The rc7 release will have the tweaks to the import hooks. I realize the...
Tavis, In the call for any other additions (you asked, hey!), could the cmdline cheetah compiler, in its recursive traverse the filesystem mode, be taught a...