I'm trying to run the following script on my Deluxe plan GoDaddy web hosting:
#!/usr/bin/python
import cgitb
cgitb.enable()
print 'Content-Type: text/plain'
print
print 'Hello World!'
For some reason I always get Internal Server Error
Any one have a experience with running Python script on GoDaddy server?
Thanks, Guy Dor