[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: A question
- From: septe@...
- Date: Thu, 13 May 2004 19:09:36 -0700
I know that Python can be sandboxed and embedded into programs.
What I'd like to know is if I create a program, a game that uses scripts
that are used by other people, can I control Python to the extent where
the users can't use Python specific functions such as accessing files on
a hard drive or other OS functions? In other words, I want to control
which part of Python that users can access besides the functions I
create for their use.
Any help on this will be greatly appreciated.
Gerald Florence