Page 1 of 1

Execute python script from HTML

Posted: Fri Feb 28, 2014 5:33 pm
by reb00t
Hello is it posible to execute a pythin script from web ?

I got a pythin script.

I got a working webserver setup on my RPi

Can i execute a python script with a button on my webserver ? instead of execute it on the server console with "python script.py"

/Casper