Re: [Python.NET] call python in Visual C# WinForm application

2016-10-12 Thread solospirit
sorry, i just send it again, since i do not see it at https://mail.python.org/pipermail/pythondotnet/, i guess it might be lost, thanks.- 原始邮件 -发件人:solospirit发送时间:2016-10-11 22:18:27收件人:A list for users and developers of Python for .NET主 题:回复:Re: [Python.NET] call python in Visual C

[Python.NET] call python in Visual C# WinForm application

2016-09-26 Thread solospirit
Hi,I'm using windows 7 64bit + Visual C#2012 to develop WinForm 32bit application with .Net Framework 4.0. I want to call some python script within my winform application.After read the document, i'm now able to call the following code within my WinForm application, and the result is correct.