[Python.NET] How to execute a python script from .Net using C#

Michel Claveau mc at mclaveau.com
Mon Feb 25 23:37:27 CET 2008


Hi!

You can make a COM-server in Python (+ PyWin32), and call it, from C# (you 
must use "late binding" techno, or a COM-bridge).
I had try this method with some success.

@-salutations

Michel Claveau




More information about the PythonDotNet mailing list