you mean render = web.template.render('templates/default/', cache = False) ?
if i use render = web.render('templates/default/', cache = False), i will get:
AttributeError: 'module' object has no attribute 'render'
2008/4/16, Aaron Swartz <[EMAIL PROTECTED]>:
>
> Yes, but you must have a line like:
>
> render = web.render(...)
>
> what does that look like?
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---