Greetings<div><br></div><div>I have a Grass Python script that calls an external binary using subprocess like:</div><div>p=subprocess(&lt;COMMAND&gt;). Due to some limitations (memory) sometimes i get this copied into Command Output:</div>
<div><div>This application has requested the Runtime to terminate it</div><div>in an unusual way.</div><div>Please contact the application&#39;s support team for more</div><div>information.</div></div><div><br></div><div>
(this is windows)</div><div><br></div><div>1- How can catch  this error (with except but I don&#39;t know which error to use</div><div><br></div><div>Thanks</div><div>Jenny</div><div><br></div>