On 12/30/05, Juraj Variny <[EMAIL PROTECTED]> wrote: > when I'm trying to directly fetch some objects from model in Kid template, I > got error "name 'Node' is not defined". When I added model.py into include > path, I get exception "Unknown SQL builtin type" like on end of this message. > Do I must fetch everything in controller, even when absolutely no > transformation of data is done?
Can you be more specific about what you're doing in the template? Generally speaking, Kid templates work just like Python code. You can import things, and use the things you import just as you would in normal Python. Kevin

