Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
712 views

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 ...
0
votes
2answers
1k views

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 ...