Starting seperate programs

David Dean david.dean at geotate.com
Thu Aug 7 09:03:59 EDT 2008


[cid:image9e02f1.JPG at 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 that does essentially the same as startfile, but without needing an associtated program (i.e. asking for one)?

Thanks in advance...
Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080807/20afce59/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image9e02f1.JPG at 63ab2305.a06442dd
Type: image/jpeg
Size: 17590 bytes
Desc: image9e02f1.JPG at 63ab2305.a06442dd
URL: <http://mail.python.org/pipermail/python-list/attachments/20080807/20afce59/attachment.jpe>


More information about the Python-list mailing list