Re: [Ironpython-users] Loading python compiled with clr.CompileModule

2018-04-04 Thread Josiah Kiehl
Oh! I understand now, thanks for clarifying. Yes, that's the problem. You mentioned that there is a "full framework" version I could compile my dlls with? I poked around the releases and I wasn't sure what you were referencing, specifically. I installed via the 2.7.8 msi from here: https://github.

Re: [Ironpython-users] Loading python compiled with clr.CompileModule

2018-04-04 Thread Stéphane Lozier
I assumed you were using .NET Core when you said you were using dotnet 2.0.3. So you are compiling using ipy.exe (which is a .NET 4.5 app) and then using the assembly from a .NET Core 2.0 application? The .NET Core API doesn't expose System.Runtime.CompilerServices.Closure so that might be the reas