#!/usr/bin/env python # enable debugging import cgitb cgitb.enable() print "Content-Type: text/html" print print "

Hello world.

"