On Fri, Jan 2, 2009 at 4:24 PM, Victor Subervi <[email protected]>wrote:
> On Fri, Dec 26, 2008 at 8:00 PM, Gabriel Genellina <[email protected] > > wrote: > >> En Fri, 26 Dec 2008 15:11:44 -0200, Victor Subervi < >> [email protected]> escribió: >> >>> On 12/26/08, Tino Wildenhain <[email protected]> wrote: >>> >> >> print "Content-Type: text/html" >>>>> print >>>>> print """ >>>>> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" " >>>>> http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> >>>>> >>>> >> I think there should be only one blank line between header and content, >> you have two (so the document contains an empty line before the doctype >> declaration, and I think this is invalid). >> > I tried eliminating the second line (print) but it didn´t help. Seems there is a problem with Python on my Windoze box. I reinstalled with no luck. I tried opening a page which should have opened (works fine on my server) with same "black box" problem. Thanks, Victor > > Will try. Thanks. Let you know next week if problem. > Victor > >
-- http://mail.python.org/mailman/listinfo/python-list
