Re: Responding to web request with python

2008-11-02 Thread Christopher David Kyle
On Sun, 2 Nov 2008, Tim Roberts wrote: > scott212 <[EMAIL PROTECTED]> wrote: > > > >I'm responding with xml to a web request from google checkout but I > >think I'm in a catch-22. To get my webserver (apache) to respond I > >need a header and then a blank line before my xml begins, or else it > >t

Re: Responding to web request with python

2008-11-01 Thread Tim Roberts
scott212 <[EMAIL PROTECTED]> wrote: > >I'm responding with xml to a web request from google checkout but I >think I'm in a catch-22. To get my webserver (apache) to respond I >need a header and then a blank line before my xml begins, or else it >throws the 500 error. If have the blank line before t

Responding to web request with python

2008-11-01 Thread scott212
I'm responding with xml to a web request from google checkout but I think I'm in a catch-22. To get my webserver (apache) to respond I need a header and then a blank line before my xml begins, or else it throws the 500 error. If have the blank line before the xml, the service I'm responding to cann