blahman ([EMAIL PROTECTED]) wrote:
> i m using Windows XP, and by tomorrow i will have have fedora core
> installed too. the problem is, when i use these "fork() and exec()" my
> windows doesnt do anything, python gives an error about the module,
> the kind of error when u know u r wrong.
>
> is
"""
fork( )
Fork a child process. Return 0 in the child, the child's process id in
the parent. Availability: (!!!) Unix (!!!).
"""
--
http://mail.python.org/mailman/listinfo/python-list
i m using Windows XP, and by tomorrow i will have have fedora core
installed too. the problem is, when i use these "fork() and exec()" my
windows doesnt do anything, python gives an error about the module,
the kind of error when u know u r wrong.
is it because these commands work on linux?
if