On 2008-02-25, A. Joseph <[EMAIL PROTECTED]> 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
--
A. Joseph wrote:
> Please i`m trying to create a process using the os.fork() but it keep
> generating error that the os module has no attribute called 'fork()'. what
> should i do?
>
> or is the os.fork() method not for windows?
Windows doesn't have a fork() syscall. It's only available on UNIX.
Please i`m trying to create a process using the os.fork() but it keep
generating error that the os module has no attribute called 'fork()'. what
should i do?
or is the os.fork() method not for windows?
--
http://mail.python.org/mailman/listinfo/python-list