Python.net issue working with modules on Ubuntu 22.04 but works on Windows 11
I have a very simple C# app using Python.net 3.0.3 on net8.0 that is attempting to call out to a Python module in the bin/Debug/net8.0 directory, which returns the product of two numbers. On Windows it works, on Ubuntu I…