Re: [Python.NET] PythonNet support for Python 3.7

2018-11-30 Thread Denis Akhiyarov
pythonnet support for Python 3.7 is in the master branch. On Fri, Oct 12, 2018 at 12:22 AM Denis Akhiyarov wrote: > Would you like to contribute Python 3.7 support? > > On Fri, Oct 12, 2018, 12:17 AM Surya Kant Pradhan < > surya.pradhan...@gmail.com> wrote: > >> Hi Dev Community, >> >> I was fol

Re: [Python.NET] Pip Install Pythonnet error

2018-11-30 Thread Denis Akhiyarov
The error you got was due to python 3.7 for which support is in the master branch now. On Fri, Oct 12, 2018 at 12:17 AM Phat Loc wrote: > Forget the last previous error. I running anaconda and there is a > different setup process. Thanks! > > > > *From:* Phat Loc > *Sent:* Wednesday, October 10,

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