Re: Launch another application

2007-04-23 Thread Larry Bates
KDawg44 wrote: > Hi, > > I would like to launch another application and pass some arguments to > it from python. WHen the user clicks on the button, i want it to > execute: > > binaryApplication fileName > > Is there a way to do this as if I was doing it from a shel

Launch another application

2007-04-23 Thread KDawg44
Hi, I would like to launch another application and pass some arguments to it from python. WHen the user clicks on the button, i want it to execute: binaryApplication fileName Is there a way to do this as if I was doing it from a shell in python? Would it be using something like popen? this