Talking to embedded python

Jody Winston jody at sccsi.com
Fri Jan 21 00:51:38 EST 2000


Joe Cotellese <joec at brain.acme.org> writes:

> My question is how can I communicate with the python interpreter built
> into my application? The idea being that once the program is running I
> can send commands in the form of python scripts to the running
> program.

Look at the medusa code.  It has a method of talking with your program.
Maybe you want to use XML-RPC or COM.

-- 
Jody Winston



More information about the Python-list mailing list