Re: exit after process exit



os.popen ?

Regards,

Philippe



ajikoe@xxxxxxxxx wrote:

> Hello,
>
> I would like to run a python process and wait until the process exit.
> How can I do it?
>
> For example I would like to run a.exe. and wait until a.exe exit.
>
> Sincerely Yours,
> Pujo

.



Relevant Pages

  • exit after process exit
    ... I would like to run a python process and wait until the process exit. ... Pujo ... Prev by Date: ...
    (comp.lang.python)
  • Re: cpu usage limit
    ... How can I make sure that a Python process does not use more that 30% of the CPU at any time. ... I only want that the process never uses more, but I don't want the process being killed when it reaches the limit (like it can be done with resource module). ... Best regards, ...
    (comp.lang.python)