Re: Running scripts in a sandbox

2006-10-03 Thread Diez B. Roggisch
Samuel schrieb: > Hi, > > I currently have two files: > > core.py > Runs the application, provides APIs to plugins > > untrusted-plugin.py > Executes code using the API from core.py > > I would like to run the code of untrusted-plugin.py in a sandbox, but > still provide it with some hooks

Running scripts in a sandbox

2006-10-03 Thread Samuel
Hi, I currently have two files: core.py Runs the application, provides APIs to plugins untrusted-plugin.py Executes code using the API from core.py I would like to run the code of untrusted-plugin.py in a sandbox, but still provide it with some hooks to the core API. My environment does not