Re: Fork() and exec() dont work

2005-11-04 Thread Maciej Dziardziel
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

Re: Fork() and exec() dont work

2005-11-04 Thread [EMAIL PROTECTED]
""" 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

Fork() and exec() dont work

2005-11-04 Thread [EMAIL PROTECTED]
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