hello
I have an external C# program which executes a python script using the Process Class.
my script returns a numerical code and I want to view that number with my C# program.
the problem is, I'm getting the return code of python.exe, instead of my script return number - in that case, "return 3"
any suggestions ? thanks