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