-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [EMAIL PROTECTED] wrote: > i have tried as you said (cf bellow) and same result... is there > any link which explain how a server Web read script and send the > answer ? > ------------------------------------------------------------------------- > pid = os.spawnl(os.P_NOWAIT,"c:\\python25\ > \python.exe","python","Main.py")
print 'please wait...' > ret = os.waitpid(pid,0) You have missed my idea. Since os.waitpid will be blocked, you should print your message before calling os.waitpid(). - -- Thinker Li - [EMAIL PROTECTED] [EMAIL PROTECTED] http://heaven.branda.to/~thinker/GinGin_CGI.py -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFF5HA61LDUVnWfY8gRAu8sAJ4n1dogsw7RzTxH8Ke3xnNX6gXnRQCeMOKf /dsGHttcJc/KGpx414I7rxw= =E3o7 -----END PGP SIGNATURE-----
-- http://mail.python.org/mailman/listinfo/python-list