hi, i am using os.spawn function, it works well but i need a flag that allows function return the process id with exit/error code, is there any or how can i do it, i can replace spawn with fork/exec if necessary. thanks. -- http://mail.python.org/mailman/listinfo/python-list
- about spawn flag Sinan Nalkaya
- Re: about spawn flag Alex Martelli
- Re: about spawn flag Sinan Nalkaya
- Re: about spawn flag Fredrik Lundh