Try renaming the .py files to .cgi, it worked for me.
sp
2010-02-07 01:48:36
Is it missing a content-type header?
#!/usr/bin/python
print "Content-Type: text/plain\n"
print "Hello World!"