Embedding Python in C#

Mark Hammond mhammond at skippinet.com.au
Thu Feb 21 23:23:10 EST 2002


Adonis Vargas wrote:
> has this been done? is it even possible?
> if it has where can i obtain information on doing so?
> 

The simplest way is probably to create a Python COM object, then have C# 
reference it like any other "legacy" COM object.

As //C comments, other techniques may also work.

Mark.




More information about the Python-list mailing list