Calling python scripts from C# programs

David Wilson dw-google.com at botanicus.net
Thu Sep 22 09:08:34 EDT 2005


You should also be aware of IronPython, although it is not suitable for
production use due to its reliance on a beta version of the .NET
runtime. In some future time, IronPython will probably be the cleanest
and simplest way to integrate Python with existing .NET code.

http://www.ironpython.com/




More information about the Python-list mailing list