
-----------------------------------
BigBear
Thu Jan 24, 2013 1:41 pm

Easiest way to Run a Python Script through a Webpage?
-----------------------------------
I have a python script that works from the command line. Instead of people running the script from command line and knowing which parameters go where I would like them to go to a webpage and select options and then run the script from the webpage. What is the easiest way to do this?

I am trying to use php to shell_exec the command but there is too many permission problems with files etc that php is not working out.

-----------------------------------
Tony
Thu Jan 24, 2013 4:12 pm

RE:Easiest way to Run a Python Script through a Webpage?
-----------------------------------
http://flask.pocoo.org/
