Tazerenix Posted August 21, 2010 Share Posted August 21, 2010 I'm currently making an offline recreation of http://www.instantblueprint.com in C#. I was wondering if there is any way to run python scripts in the .NET environment? I want to be able to execute the zen-coding system in my application. Any help is appreciated. Quote Link to comment https://forums.phpfreaks.com/topic/211348-c-executing-python-in-c/ Share on other sites More sharing options...
trq Posted August 21, 2010 Share Posted August 21, 2010 A quick Google of the subject points to a System.Diagnostics.Process class. I'd take a look at that. Quote Link to comment https://forums.phpfreaks.com/topic/211348-c-executing-python-in-c/#findComment-1101986 Share on other sites More sharing options...
Tazerenix Posted August 22, 2010 Author Share Posted August 22, 2010 hmm, looks good, i'll look into it, thanks. Quote Link to comment https://forums.phpfreaks.com/topic/211348-c-executing-python-in-c/#findComment-1102223 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.