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
[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