[Edu-sig] os.fork() in python for windows.
Kirby Urner
urnerk@qwest.net
Thu, 17 Jul 2003 18:15:26 -0700
At 04:27 PM 7/17/2003 -0600, Earl wrote:
>I recently installed python2_2_3 on Windows 2000. When I call os.fork() I
>get the error messaage "'module' object has no attribute 'fork'".
>
>How do I spawn a new process?
>
>Earl Eiland
>
>
>_______________________________________________
>Edu-sig mailing list
>Edu-sig@python.org
>http://mail.python.org/mailman/listinfo/edu-sig
Check out the popen commands? They're in os.
Kirby