Re: [Python.NET] PythonEngine.ImportModule(..)

2016-10-18 Thread Denis Akhiyarov
It looks like we have 2 open issues about providing more error content during import failures: https://github.com/pythonnet/pythonnet/issues/111 https://github.com/pythonnet/pythonnet/issues/261 I usually troubleshoot by trying normal import of this module in python and then attaching the debugge

[Python.NET] PythonEngine.ImportModule(..)

2016-10-18 Thread Simunic,Kresimir
Hello, When using PythonEngine.ImportModule(..) function, the function returns NULL meaning there was some Exception during import. Is there a way to get description of this Error ? Could you point me to good manual and examples for using Python for .NET ? Thank you, Kresimir Simunic. [c