Is there a way to use .NET DLL from Python

Christian Heimes lists at cheimes.de
Wed Feb 6 17:55:12 EST 2008


Huayang Xia wrote:
> Is there anyway to import class (to generate objects) from .NET DLL?

You can use PythonDotNET if you want to access .NET assemblies in
CPython (the standard Python implementation written in C).

Christian




More information about the Python-list mailing list