Python - C# interoperability

Larry Bates larry.bates at websafe.com
Thu Jan 11 13:13:09 EST 2007


mc wrote:
> 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 can write COM objects that can be called from C# (or basically ANY
other language that can call COM objects) quite easily and compile them
with py2exe for distribution without python itself.

-Larry Bates



More information about the Python-list mailing list