subprocess.Popen(): OSError: [Errno 8] Exec format error in python?
Yesterday, I wrote and ran a python script which executes a shell using subprocess.Popen(command.split()) where command is string which constitutes .sh script and its argument. This script was working fine until yesterday. Today, I ran the same script and now I am continuously hitting this error. I know there are similar questions that have been asked before related to this question, but in … Read more