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

[Python.NET] Embedded Python .Net example - running scripts that import external libraries causes a crash

2018-10-03 Thread Luke, Steve
I am getting a crash trying to embed Python into my VB program using Python for .NET. The goal of my application is to allow users to run their own python scripts inside a larger application. The crash I am getting happens the second time I run a script that imports certain large libraries (li