[Python.NET] Re: intermittent importerror unknown location, module imported as namespace, import from clr works

2020-04-09 Thread Mark Mikofski
th a similar problem and I finally decided to > compile my project also for .Net framework : > > .csproj: > > > netcoreapp3.1;net472 > > > There are forks that are supposed to be compatible with .Net Core but I > wasn't able to make them work either. >

[Python.NET] intermittent importerror unknown location, module imported as namespace, import from clr works

2020-04-09 Thread Mark Mikofski
Sorry for starting a new thread if redundant. I have been a long time user of PythonNet and suddenly I am having an intermittent failure that I can't diagnose, PythonNet == 2.4.0.dev0 from pypi in Conda Python == 3.7.6 from conda main channel msvc 2019 I am using the following repository: https