Embedding question

Dan L. Pierson dan at control.com
Thu Jul 22 11:29:53 EDT 1999


Gaetan Corneau <Gaetan_Corneau at baan.com> wrote:

> can Python be put in a Windows NT program's DLL? The "main" program should
> know nothing about the Python interpreter. it is a program that is almost
> entirely made of "plug ins".

Yes.  The plug-in's initialization function would have to initialize
Python and the plug-in's termination function would have to terminate
it (somewhat less important).

Dan Pierson, Control Technology Corporation
dan at control.com




More information about the Python-list mailing list