I'm working on a game, and I'd like players to be able to define thier ships with scripts. Naturally, I don't want to give them the entire program as thier romping ground. I would like to invoke a seperate interpreter for these files, and give it a limited subset of the functions in my game. What is the best way to achieve this effect? -- http://mail.python.org/mailman/listinfo/python-list
- Executing other python code Tim Rau
- Re: Executing other python code Rolf van de Krol
- Re: Executing other python code Diez B. Roggisch
- Re: Executing other python code Arnaud Delobelle
- Re: Executing other python code Martin Skou
- Re: Executing other python code Guyon Morée
- Re: Executing other python code Stefan Behnel
- Re: Executing other python code Matthew_WARREN