Re: Looking for ideas on controlling python module loading

2011-04-03 Thread Chris Angelico
On Mon, Apr 4, 2011 at 10:44 AM, Nathan Coulson wrote: > Hello, I am working on a client/server program (game) that uses C w/ > an embedded python interpreter, that uses python to script what > objects do in the game.   (primarily a C environment) > > I was wondering if it is possible to control w

Looking for ideas on controlling python module loading

2011-04-03 Thread Nathan Coulson
Hello, I am working on a client/server program (game) that uses C w/ an embedded python interpreter, that uses python to script what objects do in the game. (primarily a C environment) I was wondering if it is possible to control what modules get loaded (or not). perhaps by determining if the h