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. -- Ir Pascal Francq Researcher Université Libre de Bruxelles CAD/CAM Department Avenue F.D. Roosevelt, 50 CP 165/14 B-1050 Brussels BELGIUM Tel. +32-2-650 47 65 Fax +32-2-650 47 24 ICQ: 91206668
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 )
participants (2)
-
Pascal Francq -
Steve Drees