On Jan 1, 2:37 pm, Kay Schluehr <kay.schlu...@gmx.net> wrote:

> There is no solution to this problem from a Python perspective. Do
> what everyone does right now: [snip]

It still surprises me that no one has implemented the solution for
this yet.

Maybe it's harder than it seems, but it *seeems* like it's just a
matter of telling Firefox, "hey, when you see this special html
element that tells you to run this python code from the web, do it".
Then have FF load up a python interpreter, sandbox it somehow (that
is, limit it to only a safe subset of its std lib), it runs the code
within its region of the browser window, and Bob's your uncle.

People would go bonkers for that.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to