On Jan 21, 1:10 am, Thomas Guettler <h...@tbz-pariv.de> wrote:
> Hi,
>
> I want to start Python at the client side from a web application. The
> app is an intranet application, and all client PCs are under our control (we
> can install software on them).
>
> But I don't want to update the installation too often. Here is my idea:
>
> We create a custom mime-type and register it on the client PC. The web 
> application
> can send signed python code to the client PC. If the signature is correct,
> the code will be executed at the client.

How does a web application on the client execute python code?
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to