I am unable to view my page in HTML at my domain - http://crmpicco.x10hosting.com/index.py
It is just a simple Python Hello World example. Can anyone advise of the path for Python or have i omitted anything?
#!/usr/bin/env python
print "Content-Type: text/html"
print
print """\
<html>
<body>...