How to interface with C# without IronPython

Kay Schluehr kay.schluehr at gmx.net
Tue Mar 17 07:39:43 EDT 2009


On 16 Mrz., 23:06, Mudcat <mnati... at gmail.com> wrote:
> On Mar 13, 8:37 pm, Christian Heimes <li... at cheimes.de> wrote:
>
> > Chris Rebert wrote:
> > > Haven't used it, butPythonfor .NET sounds like it might be what you
> > > want:http://pythonnet.sourceforge.net/
>
> > I've done some development for and with PythonDotNET. It's definitely
> > the right thing. It works with .NET, Mono andPython2.4 to 2.6.
>
> > Christian
>
> That looks exactly like what I'm searching for. I'll give it a shot.
>
> One question, the last update for that is back in '07. Do you know if
> it's still in active development?
>
> Thanks

Don't think it's maintained right now. But be aware that it runs well
for the current CLR 2.0.

For using .NET 3.5 features you just have to add

c:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\

to your Python path and add assemblies with clr.AddReference as
convenient.



More information about the Python-list mailing list