Re: [Python.NET] Embedding Python Question

2018-03-16 Thread Denis Akhiyarov
This looks like an issue, you can report it on GitHub. On Thu, Mar 15, 2018, 8:59 PM Phat Loc wrote: > Hi All, > > I get a bunch of > > Exception thrown: 'System.IO.FileLoadException' in mscorlib.dll > > and the call never returns after > > PythonEngine.Initialize(); > > PythonEngine.Exec("impor

[Python.NET] Embedding Python Question

2018-03-15 Thread Phat Loc
Hi All, I get a bunch of Exception thrown: 'System.IO.FileLoadException' in mscorlib.dll and the call never returns after PythonEngine.Initialize(); PythonEngine.Exec("import IPython"); Any suggestions on how to debug it? If run import IPython from the Console app that comes with solution i