On Aug 25, 1:53 pm, Cousin Stanley <[EMAIL PROTECTED]> wrote:
> > ....
>
> > def generate_output():
> >         print '<html><body></body></html>'
>
> > generate_output()
>
>   Raja ....
>
>     You might try adding a  Content-type  header followed by
>     a  blank line  to your  generate_output()  function ....
>
>     def generate_output() :
>         print 'Content-type:  text/html'
>         print                              
>         print .... rest of your html ....
>
> --
> Stanley C. Kitching
> Human Being
> Phoenix, Arizona

Hi,
  Thanks for the help. I actually got the solution. The problem was
apache's timeout is set to 1second. I just changed that value and it
worked.


Thanks,
Raja.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to