Hello!
On 08/11/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Take a look at the subprocess module.
Big thanks!
It's interesting what's happening with subprocess.Popen instance after
it has been instatiated and script's main thread exits leaving
Popen'ed application open.
--
http://mail.
On Nov 8, 8:09 am, "Dmitry Teslenko" <[EMAIL PROTECTED]> wrote:
> Hello!
> How to write portable (win32, unix) script that launches another
> program and continues its execution?
>
> I've looked at spawn*() but it doesn't look in PATH dirs on windows so
> it's totally unusable when you don't know w