Relative Content

Tag Archive for pythonc#winformsconcurrent.futurespython.net

Calling python “concurrent.futures” multiprocessing from C# opens multiple winform instances of the application

pythonnet by Python.Runtime 3.0.3 (Installed the winform application in Visual Studio 2022) adfuller_test.py (This is my python script file) I am calling python code from a winform application which works great normally. The problem that I encounter now is that when I now try to use: “multiprocessing” with: concurrent.futures.ProcessPoolExecutor in the “adfuller_test.py”. To clarify. If […]