On 12/30/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > The second error was caused by my bad syntax of SQLObject query, sorry. > > > But to resolve first problem I've added project directory to PYTHONPATH > env variable. Feel that there must be better way to enable access to > model objects from within Kid template - is any?
Usually, in development, you'll be in your project directory when you start the server. It would seem that you're not going to get very far if your project isn't on the path somehow... I, personally, will send in from the controller whatever the view usually needs. That's just the way I tend to do it (I avoid <?python?> in the controller as much as I can.) Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

