Re: [Python.NET] cx_freeze and python.net

2017-05-21 Thread Denis Akhiyarov
Hi all, Both cx_freeze and pyinstaller now come with built-in support for pythonnet (clr) hook in the most recent versions: http://cx-freeze.readthedocs.io/en/latest/releasenotes.html#version-5-0-2-may-2017 https://github.com/pyinstaller/pyinstaller/issues/1801 Thanks, Denis On Thu, Oct 23, 20

Re: [Python.NET] Newbie question - does the NET DLL have to be compiled with the same compiler version as Python

2017-05-21 Thread Matt Slezak via PythonDotNet
Just FYI the error I get trying to calculate results (I have an equivalent MATLAB wrapper that works): QCLSpread.CalculateResults()Traceback (most recent call last):   File "", line 1, in     QCLSpread.CalculateResults() Exception: QCLDispatch.QclSpreadOpt   at QclEndurAdapter.QclSpreadOption.Ca

[Python.NET] Newbie question - does the NET DLL have to be compiled with the same compiler version as Python

2017-05-21 Thread Matt Slezak via PythonDotNet
I have wrapped a project and it does everything except calculate the results (blah).  In Cython I know I had to compile Python add-ins with Visual Studio 2015 for Python 3.5.  The NET DLL I am using was compiled with Visual Studio 2013.  Could this be a problem?  Or does PythonNET not care about