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

2018-11-30 Thread Denis Akhiyarov
Reloading/shutdown support of embedding CPython with pythonnet was added in the master branch. See this pull request: https://github.com/pythonnet/pythonnet/pull/752 On Thu, Oct 4, 2018 at 9:50 PM Denis Akhiyarov wrote: > Please search the issue tracker on github for shutdown related issues. >

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] 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