Hello, I ran into "src/_namemapper.c" errors and warnings when I tried to install Cheetah 2.0.1. Looks like I'm missing some library. Does any one know what...
4257
mulhern
mulhern@...
Oct 21, 2008 3:08 pm
HI! I'm using a template that takes a tab delimited file and generates a C++ source code file. Some of the fields in the tab delimited file end up as strings...
4258
david.weber@...
Oct 21, 2008 5:33 pm
I would recommend taking a look at pyparsing as well. For python-based data translation, we use pyparsing -> python -> cheetah quite a bit. We use something...
4259
Tavis Rudd
tavis@...
Nov 10, 2008 9:27 pm
Carmen, It looks like you need to install the Python header files. I don't know what your OS/distro is, but most call the package 'python-dev' or something...
4260
Tavis Rudd
tavis@...
Nov 10, 2008 10:17 pm
William, I don't think there's any problem here as the module src it returns is a unicode string and, thus, must be encoded before it is saved to the ...
4261
Tavis Rudd
tavis@...
Nov 10, 2008 10:17 pm
William, One solution to this would be to use hasattr(x, '__unicode__') in the filter. I'd rather not change the default filter to do this as it would lead to...
4262
R. Tyler Ballance
tyler@...
Jan 5, 2009 4:25 pm
Looks like my cover letter got gobbled up in transit, here it is anyways ... From R. Tyler Ballance <tyler@...> Subject: Patch to fix broken #import...
4263
R. Tyler Ballance
tyler@...
Jan 5, 2009 4:38 pm
Cheetah markup like this: #try #import cjson #except ImportError #import simplejson #end try Will now appropriately generate this code: try: import cjson ...
4264
R. Tyler Ballance
tyler@...
Jan 5, 2009 4:38 pm
Files changed: M src/Compiler.py M src/Tests/Template.py The following two patches are meant to fix broken behavior with #import particularly when...
Dear all, I'm using Cheetah 2.0.1 with Python 2.5.2. In my Python code I use to set template variables that reference other template instances. And when the...
4267
Alan Formstone
mail@...
Jan 14, 2009 3:57 pm
Hi, I would appreciate if somebody could help me with a little problem I have. I have a small app working perfectly with Cheetah, but get the following error...
4268
Evan Klitzke
evan@...
Jan 15, 2009 6:40 pm
I wrote a small patch to Cheetah that allows you to use a process pool to compile templates in parallel. Example usage: cheetah compile -R templates --parallel...
4269
R. Tyler Ballance
tyler@...
Feb 1, 2009 12:38 am
Howdy all, I figured I'd notify the list, I discovered another bug when hunting down one of our own issues. There was/is an error in the NameMapper code that...
4270
mobiledreamers@...
Feb 6, 2009 10:12 am
Does any of you have a Cheetah Textmate bundle Can you please share thanks -- Gpirate the top torrent search engine http://gpirate.com ... Create and Deploy...
4271
Dirk van Oosterbosch,...
labs@...
Feb 8, 2009 6:30 pm
Hi, I'm trying to update my system to python 2.6.1 Installing from easy_install works, but 'cheetah test' fails with 30 failures. I'm reading about some bugs...
4272
Dirk van Oosterbosch,...
labs@...
Feb 8, 2009 6:32 pm
yep, I'm using this one, but it is far from complete. (Of course the biggest problem with a Textmate bundle for a language like Cheetah, is that you can output...
4273
mobiledreamers@...
Feb 9, 2009 6:54 pm
i m unable to unzip this file can you please resend it thanks ... -- Gpirate the top torrent search engine http://gpirate.com ... Create and Deploy Rich...
4274
Peter Warasin
peter@...
Feb 16, 2009 5:00 pm
Hi list I use the RecursiveNull class in order to fill variables with '' when they are not in the search list. An expression of the following form however...
4275
mobiledreamers@...
Mar 2, 2009 6:43 pm
This is my first attempt at memcaching html page using cheetah since cheetah render needs locals() i use getCallerInfo() to get the locals() and send to...
4276
Satoru SATOH
satoru.satoh@...
Mar 13, 2009 2:08 pm
Hi, It seems the mail was blocked and not reached to the list. So I sent this again. Could you please someone take a look at it? The patch is also available...
4277
mobiledreamers@...
Mar 14, 2009 10:16 am
is this patch applied ... -- Bidegg worlds best auction site http://bidegg.com ... Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are ...
4278
mobiledreamers@...
Mar 14, 2009 10:18 am
is this patch applied ... -- Bidegg worlds best auction site http://bidegg.com ... Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are ...
4279
R. Tyler Ballance
tyler@...
Mar 15, 2009 9:24 am
... I have applied this patch, including the another couple that I have had lying around into the "next" branch of my Git repository for Cheetah ...
4280
mobiledreamers@...
Mar 15, 2009 7:29 pm
Please do that would be awesomeCheetah is like da best templating language thanks ... -- Bidegg worlds best auction site http://bidegg.com ... Apps built with...
4281
R. Tyler Ballance
tyler@...
Mar 16, 2009 6:37 am
... The patch looks fine and works correctly (i.e. tests are passing) on both Python 2.6 and Python 2.5.1. I've applied this patch to the "next" branch of my...
4282
R. Tyler Ballance
tyler@...
Mar 16, 2009 7:10 am
I've had a fork of the Cheetah CVS for some time, but this weekend I got fed up with a number of outstanding patches not being released into the mainline...
4283
Mike Bonnet
mikeb@...
Mar 16, 2009 2:56 pm
... Have you tried contacting Tavis directly, perhaps requesting commit access to CVS? I'd hate to see the project get unnecessarily forked. ... Apps built...
4284
R. Tyler Ballance
tyler@...
Mar 16, 2009 3:10 pm
... No I've not emailed Tavis directly, I've not actually seen much trace of him online or in the developer community since early 2008 (damnsimple.com still...
4285
Michael DeHaan
mdehaan@...
Mar 17, 2009 7:57 pm
... Ditto what Mike said. I've added him to this email to save time. Tavis's last post to the list was 11/08, in general, going missing for that time without...