Hello everyone:

I'm working in a simple python module to run a external command, this
command is named "ogr2ogr.exe" . When I execute my python script :

*import os
def call():
     os.system(' "C:\\Archivos de programa\\FWTools2.4.7\\bin\\ogr2ogr.exe"
')*
*     raw_input()*
*call()*
It runs, but if I want to enter arguments: *ogr2ogr*  to test my .exe, it
shows me an error *"ogr2ogr is not define", *any suggestion?
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to