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