From: Jonathan B. <jbr...@ea...> - 2005-06-30 11:38:59
|
On Wed, 2005-06-29 at 23:21 -0700, Anton Sherwood wrote: > Titi Anggono wrote: > > I have a physics visualization using vpython. I just > > curios to show it in a web page. I want when a visitor > > clicks this file, a web browser will execute the > > program and generate the visualization. > > Can VP be wrapped in a browser plugin? Any such plugin would have to do some kind of sandboxing to insulate the user from potentially malicious Python scripts (which can do anything a virus, trojan, or other malware can). As far as I know there is no such execution environment for Python. -Jonathan |