Python - C# interoperability

"Martin v. Löwis" martin at v.loewis.de
Tue Jan 9 17:46:41 EST 2007


mc schrieb:
> Is there an easy way to compile a Python class (or set of classes) into
> a .DLL that a C# program can call?  Or otherwise to use an existing
> library of Python classes from a C# program as seamlessly as possible?

You should take a look at IronPython, which supports that kind of thing.

Regards,
Martin



More information about the Python-list mailing list