Re: [Webware-discuss] Calling a kid template from python

2007-03-07 Thread Christoph Zwerschke
John Ruff wrote: > I'm trying to determine how to call a Kid template from within my > python application code. I've tried to do this with the following > simple example with no luck: > ... > Any ideas on how to make this work? In the python interpreter this > works just fine. John, I hav

[Webware-discuss] Calling a kid template from python

2007-03-07 Thread John Ruff
I'm trying to determine how to call a Kid template from within my python application code. I've tried to do this with the following simple example with no luck: ==Main.py== from WebKit.Page import Page from kid import Template import time class Main(Page): def title(self):