> likely will allow the user to enter the
12 or so parameters 
> on the command line, and execute the program as
though 
> I had entered it at a Linux prompt. 

OK, In that case you only need the call() convenience function from 
the subprocess module. Capture the arguments in your GUI and build 
the command options into a list. Pass that to subprocess.call()

See:
http://docs.python.org/library/subprocess.html#convenience-functions


HTH,

Alan G.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to