Re: [Python.NET] surveying the landscape ...

2015-06-16 Thread Ron Harding via PythonDotNet
i'm still new with ironpython, along with using python 2.7, platformio, pyserial, pyvisa.  I am an EE who cross trained into MS .NET programming from embedded micro-controller systems development and manufacturing.    I primarily use python on embedded linux systems such as beaglebone black, ras

Re: [Python.NET] Getting an open Python file handle into CLR

2015-07-21 Thread Ron Harding via PythonDotNet
perhaps re-directed command line calls for stdin, stdout, stderr in c# interacting with python i/o command line calls(although in python it is common practice to daisy chain commands). i have used this many times to get out of scrapes for 3rd party process calls in c#.  good luck! Ron “The desir

Re: [Python.NET] Getting an open Python file handle into CLR

2015-07-21 Thread Ron Harding via PythonDotNet
sire to harness the forces of nature to the service of mankind.”Nikola Tesla“Radio Power Will Revolutionize the World” (Modern Mechanix & Inventions, July, 1934) On Tuesday, July 21, 2015 11:12 AM, Dan Lenski wrote: Ron Harding via PythonDotNet writes: > perhaps re-directed com

Re: [Python.NET] Embedding a Python interactive shell in a .NET application

2016-05-27 Thread Ron Harding via PythonDotNet
sounds great; one additional suggestion,  don't just use a plane jane .net text box, but instead use  a 'rich text box'.  why?  i have used it again and again in smart terminal emulator windows where properties like 'append' are built in, plus it is easy to build in self scrolling, and colored p

Re: [Python.NET] Embedded Python .Net example - running scripts

2018-10-03 Thread Ron Harding via PythonDotNet
Did you try background or threadpool threads? Redirected process calls and looking for stdin stdout stderr streams allows more control. Sent from Yahoo Mail on Android On Wed, Oct 3, 2018 at 15:47, Luke, Steve wrote: I am getting a crash trying to embed Python into my VB program using