Re: [Python.NET] pythonnet appdomain(s)

2016-09-07 Thread Denis Akhiyarov
Hi Adam, Did you manage to setup a separate AddDomain for pythonnet? If yes, then there is an open issue on github where you can comment with your approach. https://github.com/pythonnet/pythonnet/issues/213 Thanks, Denis On Fri, Nov 14, 2014 at 1:16 PM, Adam Klein wrote: > Hello, > > > > Is

[Python.NET] pythonnet appdomain(s)

2014-11-16 Thread Adam Klein
Hello, Is there a design reason that pythonnet loads C# assemblies into its own AppDomain rather than establishing a separate AppDomain? It would be useful for instance when developing in C# in parallel with writing python code (say, in the ipython REPL) to be able to reload C# assemblies dynam