Hello all,
 
I' trying to run PostGIS Loader (shp2pgsql) from python using the
following syntax:
 
import os
os.execv('mydir/shp2pgsql.exe', args)
 
*args is a list of arguments, the same as I pass them using cmd.exe
 
Is it correct or I'm doing sth wrong because it runs but there is no
result, no error either?
 
Any help would be really appreciated :-)
 
Cheers,
 
Ervin
_______________________________________________
DB-SIG maillist  -  DB-SIG@python.org
http://mail.python.org/mailman/listinfo/db-sig

Reply via email to