Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

cheetah-archive · Cheetah Template System Archive

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 3
  • Category: Web Design
  • Founded: Jul 18, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

I'm trying to work through the 3.7 Quickstart tutorial on pages 14 and 15 of the manual. Windows XP. It works up to a point but falls over with a...
5 Apr 24, 2006
1:24 pm

Mike Dewhirst
miked@...
Send Email

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...
6 Apr 24, 2006
6:45 am

Mike Dewhirst
miked@...
Send Email

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...
1 Apr 22, 2006
3:06 pm

Tavis Rudd
tavis@...
Send Email

Source code: from Cheetah.Template import Template templ1 = r'$P1\$P2' templ2 = r'$P1\\$P2&#39; templ3 = r'$P1\\\$P2' templ4 = r'$P1\\\\$P2&#39; templ5 = r'$P1/$P2&#39; ...
8 Apr 20, 2006
11:08 pm

Shannon -jj Behrens
jjinux@...
Send Email

(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...
4 Apr 19, 2006
8:58 am

Miha Vrhovnik
mvrhov@...
Send Email

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@...> ...
1 Apr 10, 2006
1:06 am

Mike Orr
sluggoster@...
Send Email

Hi! I'm using Cheetah template 2.0 rc6 in embedded python 2.4 and in attached template i get: UnicodeDecodeError: 'ascii&#39; codec can't decode byte 0xc5 in...
6 Apr 5, 2006
9:51 am

Shannon -jj Behrens
jjinux@...
Send Email

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...
2 Apr 1, 2006
2:49 am

Shannon -jj Behrens
jjinux@...
Send Email

Hi, Can someone please suggest how to concatenate two strings at compile time. I have a dictionary as follows #attr $path_vars = {'index_path': '',...
10 Mar 31, 2006
2:36 am

Tavis Rudd
tavis@...
Send Email

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...
8 Mar 20, 2006
5:12 pm

Andrew Barilla
andybarilla@...
Send Email

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...
13 Mar 16, 2006
7:50 pm

Shannon -jj Behrens
jjinux@...
Send Email

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...
4 Mar 16, 2006
12:48 am

Tavis Rudd
tavis@...
Send Email

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...
32 Mar 9, 2006
7:11 am

Shannon -jj Behrens
jjinux@...
Send Email

Apologies in advance if this is the wrong forum, but I'm attempting to use Cheetah as an alternative to Kid in a CherryPy application, e.g.: from...
10 Mar 8, 2006
5:44 am

Tavis Rudd
tavis@...
Send Email

I just spent some time tracking down a bug that generated the following error message when calling Cheetah from CherryPy (latest 2.2 beta): ...
13 Mar 7, 2006
8:05 am

Henning Hasemann
hhasemann@...
Send Email

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...
6 Mar 3, 2006
5:40 am

Tavis Rudd
tavis@...
Send Email

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...
4 Mar 1, 2006
7:51 pm

Shannon -jj Behrens
jjinux@...
Send Email

... 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...
2 Feb 28, 2006
1:09 am

Shannon -jj Behrens
jjinux@...
Send Email

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...
4 Feb 27, 2006
9:59 pm

Tavis Rudd
tavis@...
Send Email

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...
2 Feb 20, 2006
4:46 pm

Jeff Bauer
jbauer@...
Send Email

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...
1 Feb 15, 2006
9:33 am

Tavis Rudd
tavis@...
Send Email

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...
1 Feb 15, 2006
9:23 am

Tavis Rudd
tavis@...
Send Email

Hi, I'm trying to do the following: #set $status_count[$status] = {'count&#39;: 0} and getting: NameError: global name 'status_count' is not defined But when I do:...
4 Feb 14, 2006
2:05 am

Tavis Rudd
tavis@...
Send Email

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...
1 Feb 11, 2006
3:32 am

Todd Thomas
caliban19@...
Send Email

Hey everyone... I'm using SuSE 10.0 x86_64, and building a RPM fails: # python setup.py bdist_rpm running bdist_rpm writing...
5 Feb 9, 2006
10:51 pm

Karl Pietrzak
kap4020@...
Send Email

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...
4 Feb 7, 2006
11:40 pm

Shannon -jj Behrens
jjinux@...
Send Email

... What about an automatic warning or recompilation of the templates if the cheetah version is higher than template ? -- William Dodé - http://flibuste.net ...
6 Feb 6, 2006
4:39 pm

Shannon -jj Behrens
jjinux@...
Send Email

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...
3 Feb 5, 2006
3:19 am

Tavis Rudd
tavis@...
Send Email

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...
3 Feb 4, 2006
11:19 pm

Tavis Rudd
tavis@...
Send Email

2.0rc5 (Feb 3, 2006) !!!THIS RELEASE REQUIRES RECOMPILATION OF ALL COMPILED CHEETAH TEMPLATES!!! Core Changes: [TR] - fixed a memory leak in...
1 Feb 4, 2006
1:39 am

Tavis Rudd
tavis@...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help