Embedding Python in Python

Robey Holderith robey at slash_dev_slash_random.org
Wed Aug 18 15:26:00 EDT 2004


Anyone know a good way to embed python within python?

Now before you tell me that's silly, let me explain
what I'd like to do.

I'd like to allow user-defined scriptable objects.  I'd
like to give them access to modify pieces of my classes.
I'd like to disallow access to pretty much the rest of
the modules.

Any ideas/examples?

-Robey




More information about the Python-list mailing list