Python CGI scripting

Connect with other users about what to run on your webhosting (and how to run it) here.
Post Reply
Dasterin
New to forums
New to forums
Posts: 5
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Mon Mar 01, 2010 10:00 pm

Python CGI scripting

Post by Dasterin »

I'm having a bit of trouble getting this to work (I have worked with PHP before, but never used Python for web scripting). I examined the knowledge base article for script error messages and that combined with my error log seems to indicate that I'm not giving it the correct location of the python interpreter.

So in short, my question is: What is the path to the python interpreter on the webhosting servers?
User avatar
Edge100x
Founder
Founder
Posts: 13113
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Python CGI scripting

Post by Edge100x »

The Python interpreter is at: /usr/bin/python
Post Reply