There is a Cheetah internal class called "Unspecified" that I'd like to prune from the tree and replace with None, but I'd like to double check that you folks...
4637
Tavis Rudd
tavis@...
Jun 28, 2009 5:33 am
... Tyler, There is a subtle, but important difference between using Unspecified and None for the optional args to Template.compile. 'Unspecified39; is more ...
4638
R. Tyler Ballance
tyler@...
Jun 28, 2009 5:46 am
Hey Tavis, reply inline.. ... Interesting, I suppose I'm far more unfamiliar with how you and likely others are using those settings that are being passed...
4639
R. Tyler Ballance
tyler@...
Jun 29, 2009 8:28 pm
Hey Arnaud, reply inline.. ... No problem :) ... Just following up, I'm likely going to release v2.2.2 which includes those changes and a large swath of other...
4640
Dropbox
no-reply@...
Jun 30, 2009 6:02 am
We're excited to let you know that Af has invited you to Dropbox! Af has been using Dropbox to sync and share files online and across computers, and thought...
4641
Dropbox
no-reply@...
Jun 30, 2009 6:21 am
We're excited to let you know that Af has invited you to Dropbox! Af has been using Dropbox to sync and share files online and across computers, and thought...
4642
Tavis Rudd
tavis@...
Jun 30, 2009 9:00 pm
Arash, I assume this was an accidental spamming because you had cheetahtemplate-discuss@... in your address book. Good luck with Dropbox,...
4643
Tavis Rudd
tavis@...
Jun 30, 2009 9:36 pm
Tyler, The gist looks good. I'd also like to include some cosmetic cleanup of the code based on what pyflakes is telling me about all my old unused imports...
4644
R. Tyler Ballance
tyler@...
Jun 30, 2009 9:39 pm
... Woohoo! Mr. Rudd getting back in the game ;) ... What would be perfect, is if somebody could create a cheetahtemplate.org-like Sphinx template. In the next...
4645
R. Tyler Ballance
tyler@...
Jul 13, 2009 12:30 am
One of the items on my v2.2.2 roadmap was the support of "multiple inheritance" via the #extends directive. I've completed preliminary support of this in the...
4646
R. Tyler Ballance
tyler@...
Jul 14, 2009 11:49 pm
I'm not going to write up a CHEP for this just yet, but I came across a usecase for `#include inline` version `#include raw` today. When watching a production...
4647
R. Tyler Ballance
tyler@...
Jul 15, 2009 12:00 am
... Perhaps a direct `#inline` directive? Not that I feel too wonderful about adding a new directive (since I've not yet got the documentation up to par yet) ...
4648
Tavis Rudd
tavis@...
Jul 15, 2009 12:23 am
... Nah. I think it belongs with #include. #include-during-compile ? (feels a bit long to type, but then I'd never type this myself ;) ... Enter the...
4649
Tavis Rudd
tavis@...
Jul 15, 2009 12:23 am
I don't like #include in general, but I can't see anything wrong with this addition to it. Anyone else got a good suggestion for an alternate name that makes...
4650
Tavis Rudd
tavis@...
Jul 15, 2009 1:13 am
Btw, this is the way #include worked originally but it confused so many people that we made it run-time. ... Enter the BlackBerry Developer Challenge This is...
4651
R. Tyler Ballance
tyler@...
Jul 15, 2009 1:27 am
You can subscribe here: https://lists.sourceforge.net/lists/listinfo/cheetahtemplate-announce This list is going to be used exclusively for release...
4652
paul jobs
webjogger@...
Jul 17, 2009 7:26 am
Webpy does thisr_include = re_compile(r39;(?!\\)#include \"(.*?)\"', re.M) def __compiletemplate(template, base=None, isString=False): if isString: text =...
4653
paul jobs
webjogger@...
Jul 17, 2009 7:26 am
this is the right way to do i at compile time we wont hav any issues at all ... -- BidEgg - Worlds best low price Auction site http://bidegg.com ... Enter the...
4654
paul jobs
webjogger@...
Jul 17, 2009 7:27 am
#include is fine ... -- BidEgg - Worlds best low price Auction site http://bidegg.com ... Enter the BlackBerry Developer Challenge This is your chance to win...
4655
Christian-Peter Weiss
amiganer@...
Jul 19, 2009 4:37 pm
Hello! With the cheetah compile command i can put the *.py files in another directory, but I have not found an explanation, how to tell the Template-Engine in...
4656
Jean-Baptiste Quenot
jbq@...
Jul 22, 2009 4:08 pm
... Set environment variable PYTHONPATH when starting your application or append your custom directory path to sys.path at runtime. -- Jean-Baptiste Quenot ...
4657
Milos Negovanovic
milos.negovanovic@...
Jul 30, 2009 2:28 pm
Hi, Ive upgraded to 2.2.1 on one of my computers and Ive noticed(twisted web server throws an exception) that template's respond method now returns unicode...
4658
Jean-Baptiste Quenot
jbq@...
Aug 3, 2009 12:47 pm
... With a WSGI framework you need to call result.encode('utf839;) indeed. -- Jean-Baptiste Quenot http://jbq.caraldi.com/ ... Let Crystal Reports handle the...
4659
Jonathan Giddy
J.P.Giddy@...
Aug 3, 2009 1:24 pm
Hi, I am a user of Bcfg2, using their support for Cheetah templating. In this context, I am using Cheetah within Unix shell-style files, where # is the comment...
4660
Jonathan Giddy
J.P.Giddy@...
Aug 4, 2009 4:57 am
... I have discovered the existence of the compiler setting EOLSlurpToken. Adding EOLSlurpToken = None to the compiler settings fixed the problem. I just...
4661
R. Tyler Ballance
tyler@...
Aug 4, 2009 4:05 pm
... Yeah, the documentation on the website is a little behind the times to say the least. I've been slowly working on Sphinx-based documentation, but Cheetah...
4662
mobiledreamers@...
Aug 5, 2009 9:13 pm
page = str(web.render(htmlfile, asTemplate=True, terms=terms)) File "/home/mark/work/common/web/cheetah.py", line 96, in render compiled_tmpl =...
4663
Jacob Feisley
jacob.feisley@...
Aug 8, 2009 3:50 am
I use Cheetah on Windows (mainly for development, then deploy on *nix) but found that the most recent version does not have a _namemapper.pyd for Python 2.6 I...
4664
R. Tyler Ballance
tyler@...
Aug 10, 2009 5:44 pm
... Neat, I'm actually excited about the next release of Cheetah (v2.2.2, which I've been slacking on) since abbeyj@ has been a great help in getting some of...
4665
Jacob Feisley
jacob.feisley@...
Aug 18, 2009 5:51 am
Yea, Some slight mods to your distutils setup and it was building fine. It might be worth noting that it will not compile with the Microsoft Compiler that I ...