Re: Newbie query about secure embedded python

2007-01-02 Thread Paul Rubin
Richard Dwan <[EMAIL PROTECTED]> writes: > My question is; is there a secure python interpreter > that prevents malicious code from using C/C++ modules > or built-in functions from causing damage to a users > system. You mean like a java sandbox? There used to be one in Python (the rexec/Bastion

Newbie query about secure embedded python

2007-01-02 Thread Richard Dwan
(Originally incorrectly posted to C++ SIG mailing list) Hello, First let me apologise if this question is obvious - I've never embedded python before and I am deciding of it meets my needs. My question is; is there a secure python interpreter that prevents malicious code from using C/C++ modul