Re: [Python.NET] Newbie question - does the NET DLL have to be compiled with the same compiler version as Python
Matt Slezak via PythonDotNet <[email protected]> Mon, 22 May 2017 19:04:46 +0000 (UTC)
| Newsgroups | gmane.comp.python.dotnet |
|---|---|
| Message-ID | <[email protected]> |
I fixed it, it was a huge wrapper and I missed 1 variable. All working now. Testing the speed vs a MATLAB wrapper we'll see which is better. It would be nice if PythonNET could be put in a nogil Cython loop with prange (OpenMP) to get multiple processors, although from the FAQ looks like that's not possible. Best, Matt Slezak Sent from Yahoo Mail on Android On Sun, May 21, 2017 at 10:55 AM, Matt Slezak via PythonDotNet<[email protected]> wrote: 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 the compiler used for DLLs? Much appreciated. Matt Slezak_________________________________________________ Python.NET mailing list - [email protected] https://mail.python.org/mailman/listinfo/pythondotnet _________________________________________________ Python.NET mailing list - [email protected] https://mail.python.org/mailman/listinfo/pythondotnet