Computer Science Canada

Easiest way to Run a Python Script through a Webpage?

Author:  BigBear [ Thu Jan 24, 2013 1:41 pm ]
Post subject:  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.

Author:  Tony [ Thu Jan 24, 2013 4:12 pm ]
Post subject:  RE:Easiest way to Run a Python Script through a Webpage?

http://flask.pocoo.org/


: