Can´t Surf Python Pages in Windoze

Victor Subervi victorsubervi at gmail.com
Fri Dec 26 10:01:54 EST 2008


Hi;
I try to surf to this code in Windoze and it doesn't work...just posts a
small, black screen for a split second. Why?

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">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
</head>
<body>
Yeah
</body>
</html>"""

Also, Zope is installed, but when I go to:
localhost:8080/manage_main
or
local:8080/Zope-Instance/manage_main
I get a 404, after having started the service and everything is go. I have
Python up. What gives?
Victor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20081226/693a1587/attachment-0001.html>


More information about the Python-list mailing list