How to interface with C# without IronPython

Chris Rebert clp2 at rebertia.com
Fri Mar 13 20:02:58 EDT 2009


On Fri, Mar 13, 2009 at 3:51 PM, Mudcat <mnations at gmail.com> wrote:
> All the topics I seem to find on this topic lead me in the direction
> of IronPython, but I'm not interested right now in a reimplementation
> of Python in .Net environment. There are wrappers and methods
> available for integrating with Java, C, and a bevy of other
> languages.
>
> I don't know much about .Net. I have it installed and can run the
> applications that I need to interface with, but I'd like to get direct
> access to the libraries without having to create .exe file
> workarounds. Is there a way to do that with CPython?

Haven't used it, but Python for .NET sounds like it might be what you
want: http://pythonnet.sourceforge.net/

Cheers,
Chris

-- 
I have a blog:
http://blog.rebertia.com



More information about the Python-list mailing list