Hi, I wanted to try this myself a few days ago, my first (working) try had this source code:
--- #!/usr/bin/python print 'Content-Type: text/plain' print print 'hell o world' --- (the output is just "hell o world\n", but the first four lines are still required I guess, I don't know why, but it works...) The file had to be named filetitle + ".cgi" because of some setting at my web hotel. Good luck! /Per9000 -- http://mail.python.org/mailman/listinfo/python-list