[Python.NET] Re: BadImageFormatException or FileNotFoundException- pythonnet and AlphaVSS

2022-07-11 Thread Denis Akhiyarov
This one is quite common error, but things might have changed in .net core since this wiki was written: https://github.com/pythonnet/pythonnet/wiki/Troubleshooting-on-Windows,-Linux,-and-OSX On Mon, Jul 11, 2022 at 12:11 PM Steven Manross wrote: > Thanks for that: Dependency walker was what I

[Python.NET] Re: DLL Processor compatibility

2020-03-04 Thread Denis Akhiyarov
Stack imbalance is usually due to mismatch in calling convention which was fixed around 2018 in pythonnet repo. On Wed, Mar 4, 2020 at 1:20 PM Victor “LOST” Milovanov < [email protected]> wrote: > This sounds like a bug. Can you provide > >- full stack trace >- full OS name and versio