[Zope] calling standart_html_header in python script

Chris Withers chrisw@nipltd.com
Thu, 31 Jul 2003 15:47:30 +0100


Exteam wrote:
> i had tried it this way,

If these are from a Python Script, try:


print context.standard_html_header(context,request)
print "my stuff here"
print context.standard_html_footer(context,request)

return printed

cheers,

Chris