July 18, 2003
1:15 a.m.
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