I'm trying to see how I can get a python script to run in the web browser. Does anyone know if this is possible or would I need to make a plugin?
I'm looking for something that would work like:
<embed type="application/x-python" src="myscript.py"></embed>
Thanks, Joe