Re: spawnl and waitpid

2007-02-28 Thread naima . mans
On 28 fév, 11:23, [EMAIL PROTECTED] wrote: > On 27 fév, 19:32, Thinker <[EMAIL PROTECTED]> wrote: > > > > > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > [EMAIL PROTECTED] wrote: > > > On 27 f憝, 18:54, Thinker <[EMAIL PROTECTED]> wrote: > > > hello > > > ha ok... > > > i tried this on

Re: spawnl and waitpid

2007-02-28 Thread naima . mans
On 27 fév, 19:32, Thinker <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > [EMAIL PROTECTED] wrote: > > On 27 f憝, 18:54, Thinker <[EMAIL PROTECTED]> wrote: > > hello > > ha ok... > > i tried this one and the browser don't write the message at once... > > I have alos

Re: spawnl and waitpid

2007-02-28 Thread naima . mans
On 28 fév, 10:13, [EMAIL PROTECTED] wrote: > On 27 fév, 19:31, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote: > > > > > > > On 27 Feb 2007 05:39:51 -0800, [EMAIL PROTECTED] declaimed the > > following in comp.lang.python: > > > > On 27 fév, 12:27, Thinker <[EMAIL PROTECTED]> wrote: > > > > -BEGIN

Re: spawnl and waitpid

2007-02-28 Thread naima . mans
On 27 fév, 19:31, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote: > On 27 Feb 2007 05:39:51 -0800, [EMAIL PROTECTED] declaimed the > following in comp.lang.python: > > > > > On 27 fév, 12:27, Thinker <[EMAIL PROTECTED]> wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > > > > Your program wi

Re: spawnl and waitpid

2007-02-27 Thread Thinker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: > On 27 f憝, 18:54, Thinker <[EMAIL PROTECTED]> wrote: > hello > ha ok... > i tried this one and the browser don't write the message at once... > I have alos tried with thread and have the same result... :( Does child-proces

Re: spawnl and waitpid

2007-02-27 Thread naima . mans
On 27 fév, 18:54, Thinker <[EMAIL PROTECTED]> wrote: > -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 ? > >

Re: spawnl and waitpid

2007-02-27 Thread Thinker
-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

Re: spawnl and waitpid

2007-02-27 Thread naima . mans
On 27 fév, 12:27, Thinker <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > > > > [EMAIL PROTECTED] wrote: > > On 27 f憝, 11:28, Thinker <[EMAIL PROTECTED]> wrote: > > [EMAIL PROTECTED] wrote: > hello, I run a python cgi script under Apache... and while > t

Re: spawnl and waitpid

2007-02-27 Thread Thinker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: > On 27 f憝, 11:28, Thinker <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: hello, I run a python cgi script under Apache... and while the script is running i want to display a "please wait" message until th

Re: spawnl and waitpid

2007-02-27 Thread naima . mans
On 27 fév, 11:28, Thinker <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > [EMAIL PROTECTED] wrote: > > hello, > > > I run a python cgi script under Apache... > > > and while the script is running i want to display a "please wait" > > message until the script finish.

Re: spawnl and waitpid

2007-02-27 Thread Thinker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: > hello, > > I run a python cgi script under Apache... > > and while the script is running i want to display a "please wait" > message until the script finish. > > I have tried to do this but the "please wait" message appears a

Re: spawnl and waitpid

2007-02-27 Thread naima . mans
i forgot ... thanks for any help :) -- http://mail.python.org/mailman/listinfo/python-list

spawnl and waitpid

2007-02-27 Thread naima . mans
hello, I run a python cgi script under Apache... and while the script is running i want to display a "please wait" message until the script finish. I have tried to do this but the "please wait" message appears at the script end (which is useless at this time! ) here my script: -