On Dec 2, 2007, at 3:57 PM, earlylight publishing wrote:
Greg Ewing <[EMAIL PROTECTED]> wrote: There's currently
no straightforward way to sandbox a
Python interpreter sufficiently to make it safe for
use as a web browser plugin. Some people are working
on it, I believe, but I haven't heard of any major
breakthroughs being made yet.
--
Greg
On another site they talked about using Jython to convert files to
Java. Anyone have any experience with that?
You can use jython to create applets afaik, but you can't use pygame
in jython, so at least for that purpose it doesn't help.
-Casey