Use threads Regards, Ashish Vyas
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Rajat Sent: Thursday, January 07, 2010 2:42 PM To: [email protected] Subject: How to execute a script from another script and other script does notdo busy wait. I want to run a python script( aka script2) from another python script (aka script1). While script1 executes script2 it waits for script2 to complete and in doing so it also does some other useful work.(does not do a busy wait). My intention is to update a third party through script1 that script2 is going to take longer. -- http://mail.python.org/mailman/listinfo/python-list
