crmpicco
New Member
- Messages
- 2
- Reaction score
- 0
- Points
- 0
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?
Thanks,
Picco
It is just a simple Python Hello World example. Can anyone advise of the path for Python or have i omitted anything?
Code:
#!/usr/bin/env python
print "Content-Type: text/html"
print
print """\
<html>
<body>
<h2>Hello World!</h2>
</body>
</html>
"""
Thanks,
Picco