Re: Starting seperate programs

2008-08-11 Thread Gabriel Genellina
En Thu, 07 Aug 2008 10:03:59 -0300, David Dean <[EMAIL PROTECTED]> escribi�: Is there a way for a python program start another python program, and then continue, without waiting for the second program to finish? os.startfile() seems to be what I want on windows, but I need it to work on lin

Starting seperate programs

2008-08-07 Thread David Dean
[cid:image9e02f1.JPG@63ab2305.a06442dd] Is there a way for a python program start another python program, and then continue, without waiting for the second program to finish? os.startfile() seems to be what I want on windows, but I need it to work on linux and mac as well. Is there a function th