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

2018-04-05 Thread Slide
It would require some additional features be implemented in .NET core to support it. On Thu, Apr 5, 2018 at 9:23 AM Josiah Kiehl wrote: > Got it. Thanks for the answers. I'll hang on to this work for future when > compile module works in .net core. Is that an eventual plan? > > On Thu, Apr 5, 20

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

2018-04-05 Thread Josiah Kiehl
Got it. Thanks for the answers. I'll hang on to this work for future when compile module works in .net core. Is that an eventual plan? On Thu, Apr 5, 2018, 6:45 AM Stéphane Lozier wrote: > It sounds like you were already doing what I was suggesting trying. The > "full framework" version is what

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

2018-04-05 Thread Stéphane Lozier
It sounds like you were already doing what I was suggesting trying. The "full framework" version is what you get when you install using the MSI. The zip file in releases link contains the .NET Core version of the interpreter but like I said it doesn't support CompileModule. I think you may be out