Bypass Sytem Output?

Shengquan Liang liang at cad.gatech.edu
Thu Jun 8 17:41:21 EDT 2000


i 'm running a Python script that generates
an HTML file under Solaris 7.  The script also
generates a PDF file and puts a link to it. 

on thing i don't like is that Solaris gives 
a message like "saved /usr/local/apache/htdocs/PDF/1234602.pdf "
and printed on the generated HTML file. 

Q: how do i filter out this message?

one thing about generting the HTML file:

 i didn't use the HTML library from Python, instead,
 kinda cheated by printing all the tags "manually"
in the program.

Thanks .



More information about the Python-list mailing list