<div>Hello everyone:</div>
<div> </div>
<div>I&#39;m working in a simple python module to run a external command, this command is named &quot;ogr2ogr.exe&quot; . When I execute my python script :</div>
<div> </div>
<div><strong>import os<br>def call():<br>     os.system(&#39; &quot;C:\\Archivos de programa\\FWTools2.4.7\\bin\\ogr2ogr.exe&quot; &#39;)</strong></div>
<div><strong>     raw_input()</strong></div>
<div><strong>call()</strong></div>
<div>It runs, but if I want to enter arguments: <strong>ogr2ogr</strong>  to test my .exe, it shows me an error <strong>&quot;ogr2ogr is not define&quot;, </strong>any suggestion?</div>
<div> </div>