Tagged Questions

4
votes
1answer
3k views

Using Cheetah Templating system with windows and python 2.6.1 (namemapper problem)

So I am trying to use the Cheetah templating engine in conjunction with the Django web framework, and that is actually working fine. I did some simple tests with that and I was able to render pages ...
0
votes
0answers
87 views

Cheetah 2.4.4 C Namemapper not working on python 2.4.3

I'm using Cheetah and Python for creating documentation for our project usin YUIDoc, so i had to install Python 2.4.3 followind the YUIDoc install instruction. I downloaded all dependencies and ...
0
votes
2answers
941 views

Cheetah with Cherrypy: how to load base templates, and do so automatically on change during development

I am working on a cherrypy+cheetah app and would like to improve the development experience. I have everything working when I manually compile templates beforehand. (Update: This is how things work ...