rexec

Is there an alternative to rexec for Python sandboxing?

Implementing a 'sandbox' environment in Python used to be done with the rexec module (http://docs.python.org/library/rexec.html). Unfortunately, it has been deprecated/removed due to some security vulnerabilities. Is there an alternative? My goal is to have Python code execute semi-trusted Python scripts. In a perfect world, calls to...

Make Error: Missing Separator

I am attempting to install rexec into Redhat Enterprise Release 4. Everytime I attempt to use the make command I get the following error. Makefile:15: *** missing separator. Stop. I have looked elsewhere on the net and line 15 of the Makefile has the below: .include (I am unsure why but this website is blanking out what comes af...