Is there a way to use .NET DLL from Python

Huayang Xia huayang.xia at gmail.com
Wed Feb 6 17:25:53 EST 2008


On Feb 6, 4:59 pm, "Luis M. González" <luis... at gmail.com> wrote:
> On Feb 6, 6:27 pm, Huayang Xia <huayang.... at gmail.com> wrote:
>
> > Hello All,
>
> > I have several .NET DLL (I have no source code for them), is there
> > anyway to use them from python instead of from C#.
>
> > Thanks,
> > Huayang
>
> I used to put my .dll files into the .DLL folder, so I could simply
> import them as I would with any other python module.
> But since I started using Ironpython 2.0 Alpha* this doesn't work
> anymore...
> Any hint?
>
> Luis

Is there anyway to import class (to generate objects) from .NET DLL?



More information about the Python-list mailing list