execute commands independantly

Mike Tammerman mtammerman at gmail.com
Tue Sep 6 09:12:25 EDT 2005


Hi,

I am trying to execute an executable or a pyton script inside my
program. I looked at the subprocess and os module. But all the
functions in these modules blocks my application. What I want to do is
run the subprocess without any concern. I don't care of its return type
or child signals. Just start and let it run independantly.

Thanks,
Mike




More information about the Python-list mailing list