[Tutor] problem with cgi

Lloyd, Jamie LloydJ@missouri.edu
Fri, 4 May 2001 22:56:42 -0500


#!/usr/local/bin/env python

print "Content-type: text/html\n\n"
print "<html><head></head>"
print "<body>"
print "Thank you for using my first python/cgi program!"
print "Just enter your name in the text field."
print "</body></html>"

this is what I have so far, but it's giving me an 500 Internal server error.
Could someone please tell me what is wrong?  I could have swore that this
would work?!?!?