os.fork() not working on windows (help)

Ian Clark iclark at mail.ewu.edu
Mon Feb 25 13:36:15 EST 2008


On 2008-02-25, A. Joseph <joefazee at gmail.com> wrote:
> Please i`m trying to create a process using the os.fork() but it keep

If you're not trying to clone your current process, just make a new one,
you should look at the subprocess module.

http://docs.python.org/lib/module-subprocess.html

Ian




More information about the Python-list mailing list