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. The signature prevents others from 
executing
code.

Has someone seen or done something like this before?

I can code this myself, but prefer to use some open source project, if it 
exists.


Thanks in advance,
  Thomas Güttler

-- 
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to