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
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):