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

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.