I have an external executable file which i am trying to run from a Python script. CMD executable runs but without generating output. Probably it exit before output can be ge
This worked for me after trying everything else:
Change the location of your python program to be the same as where the .exe is located.
And then the simple: