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 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 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 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 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: -

Apache Cgi (70007)The timeout specified has expired

2007-02-23 Thread naima . mans
Hello, When i run my python script, it works a moment and then stop with this message in the log: (70007)The timeout specified has expired: ap_content_length_filter: apr_bucket_read() failed refers to .. I think my script is too long therefore the server stop it... how can i do to run all m

Re: Python cgi Apache os.system()

2006-11-09 Thread naima . mans
Hello thanks for your help.. it was a problem of path as you mentionned... my command was "O:\\ ccm start" and i have change it with the path of the drive O thanks a lot have a good day Tachi -- http://mail.python.org/mailman/listinfo/python-list

Python cgi Apache os.system()

2006-11-08 Thread naima . mans
Hello :) I have installed Apache on windows... The server work well, and my python script also but when I want in my python script to run a System command like os.system(my_command) the script doesn't do anything! here the error.log [Wed Nov 08 14:19:30 2006] [error] [client 127.0.0.1] The syst