Embedding Python in C#

Courageous jkraska at san.rr.com
Thu Feb 21 22:35:46 EST 2002


>has this been done?

Not that I know of.

>is it even possible?

I am pretty sure, yes.

>if it has where can i obtain information on doing so?

Well, you'll have to look into the .dll interfaces for
.NET, and then likely do something like make a .NET
component for the Python interpreter and go from there.
I'm assuming you mean "embedding" in the classic style
of Python extending and embedding. IOW, you want to use
the Python interpreter from inside a C# component.

C//




More information about the Python-list mailing list