[Python.NET] How to run a .py file from C#

2007-06-26 Thread Dylan Flaherty
Hi, I saw this somewhat old thread on an IronPython forum (Link: http://mail.python.org/pipermail/pythondotnet/2006-June/000504.html, also shown below.) and I am trying to do exactly the same thing as the person who originally posed the question: I would like to run .py files from within a C# prog

Re: [Python.NET] How to run a .py file from C#

2007-06-26 Thread Michel Claveau
Hi! > I would like to run .py files from within a C# program, using > pythonEngine. Perso, I had make a COM-server with Python+PyWin32. I can call this soft, from C#, with "late-binding" techno. And, a COM-server-Python-script can run .py's files (execfile, import, etc.) But, when I know Pyth