I want to use python for my website.I have a Single Domain Linux hosting from BigRock. And I'hd SSH to my website to check if it has Python Installed so i did >>python -v it turns out python 2.6.6 is already Installed. BigRock support Team asked me to put:
*Options +ExecCGI
**AddHandler cgi-script .py***
in .htaccess file.
But after Doing all this when i try to print Hello using hello.py file It returns 500 Internal Server error.What should I do?
s = '{}'.format('hello')will raiseValueError.