[Zope] How to print HTML from a python script
   
    Steve Drees
     
    drees@the-bridge.net
       
    Thu, 28 Jun 2001 10:00:14 -0500
    
    
  
Ooops.
print """<b>Pretty bold.</b>"""
return printed
> -----Original Message-----
> From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Steve
> Drees
> Sent: Thursday, June 28, 2001 9:53 AM
> To: Pascal Francq; zope@zope.org
> Subject: RE: [Zope] How to print HTML from a python script
> 
> 
> > Hi,
> > I want to print HTML code form within a python script. Of course, 
> > the print 
> > method is not the right function. How can I do it?
> > Thanks in advance.
> 
> print """<b>Pretty bold.</b>
> return printed
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - 
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )
>