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

2018-10-04 Thread Denis Akhiyarov
Please search the issue tracker on github for shutdown related issues. This was discussed extensively. There is WIP pull request worked on by 3 people to support this reloading scenario in Unity. On Wed, Oct 3, 2018, 9:50 PM Ron Harding via PythonDotNet < pythondotnet@python.org> wrote: > Did y

Re: [Python.NET] PythonDotNet Digest, Vol 170, Issue 2

2018-10-04 Thread Luke, Steve
Thanks Ron, "Did you try background or threadpool threads?" Threading isn't an issue here, everything here is single threaded and synchronous. "Redirected process calls and looking for stdin stdout stderr streams allows more control." Unfortunately, when I do this, I don't get any further i