hi there
I have reciently updated from 0.2 to 0.3... and i can see lot of
changes...
I have changed a lot my old code (now is bigger D: )
But i cant find how to render webpage...
i have this:
from web.contrib.template import render_cheetah
render = render_cheetah('templates/')
but render('test.html') tell me always that:
File "./webtest.py", line 12, in GET
render('test.html')
TypeError: template() takes exactly 0 arguments (1 given)
Where is my fault?
Thanks a lot
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---