— Okay. Sorry, I am retarded. Hope someone smarter can help you, Sir.
—
To call a file you can use subprocess module,one of the functions. subprocess.getstatusoutput("string,for example yourapp.exe") or if you want control over it,like terminating process or sending to process stdin, you can use subprocess.Popen("str command here,for example yourapp.exe")
— But it will be as a new process, and not as a process python script
— Yes,but how else can you call .exe file from python script?
— For anything else you can google,maybe you will find something, here is my solution