programs exit?

Karl M. Syring syring at email.com
Sat Jan 19 09:05:28 EST 2002


"maximilianscherr" <MaximilianScherr at T-Online.de> schrieb im Newsbeitrag
news:mailman.1011440069.23362.python-list at python.org...
> Thanks but hmmm, doesn't work:)
> I'm using windows:( how can i get to know when a program exits there?

By using the result = os.spawnv(os.P_WAIT, command, args). In your program,
there is no reason to use os.P_NOWAIT.

Karl M. Syring






More information about the Python-list mailing list