Re: Save data to a file thru a http connection

2006-05-31 Thread John Machin
On 1/06/2006 11:52 AM, [EMAIL PROTECTED] wrote: > Scott, > > Can you please tell me which chapter of the tutorial that you are > referring to http://docs.python.org/tut/tut.html? > > The only chapter that I find about http is chapter 10.7, but it does > not have the example that you are referring

Re: Save data to a file thru a http connection

2006-05-31 Thread yinglcs
Scott, Can you please tell me which chapter of the tutorial that you are referring to http://docs.python.org/tut/tut.html? The only chapter that I find about http is chapter 10.7, but it does not have the example that you are referring to Scott David Daniels wrote: > [EMAIL PROTECTED] wrote: > >

Re: Save data to a file thru a http connection

2006-05-31 Thread Christoph Haas
On Wed, May 31, 2006 at 08:58:53PM +0200, Christoph Haas wrote: > On Wed, May 31, 2006 at 11:37:47AM -0700, [EMAIL PROTECTED] wrote: > > I am new to python. I read an example here about how to fetch data thru > > a HTTP connection: > > http://diveintopython.org/http_web_services/review.html, > > >

Re: Save data to a file thru a http connection

2006-05-31 Thread Scott David Daniels
[EMAIL PROTECTED] wrote: > I am new to python. I read an example here about how to fetch data thru > a HTTP connection: > http://diveintopython.org/http_web_services/review.html, > > My question is how can i save the data to a file after reading it from > a http connection. Do the tutorial and th

Re: Save data to a file thru a http connection

2006-05-31 Thread Christoph Haas
On Wed, May 31, 2006 at 11:37:47AM -0700, [EMAIL PROTECTED] wrote: > I am new to python. I read an example here about how to fetch data thru > a HTTP connection: > http://diveintopython.org/http_web_services/review.html, > > My question is how can i save the data to a file after reading it from >