Re: [Tutor] dealing with 406 HTTP response (fwd)

2007-01-16 Thread Danny Yoo
> Danny - thanks! it works though I am not sure I fully understand what i > did :-) Hi Tsila, When you have time, you may want to take a closer look at how HTTP works. Here's one place you can look: http://www.jmarshall.com/easy/http/ If you are writing applications for HTTP, you should

Re: [Tutor] dealing with 406 HTTP response (fwd)

2007-01-16 Thread Danny Yoo
-- Forwarded message -- Date: Wed, 17 Jan 2007 02:08:48 +0100 From: Tsila Hassine <[EMAIL PROTECTED]> To: Danny Yoo <[EMAIL PROTECTED]> Subject: Re: [Tutor] dealing with 406 HTTP response Danny - thanks! it works though I am not sure I fully understand what i d

Re: [Tutor] dealing with 406 HTTP response

2007-01-16 Thread Danny Yoo
On Tue, 16 Jan 2007, Tsila Hassine wrote: > has anybody dealt with a 406 reponse through a urllib.FancyURLopener > class ? I have a code that downloads images from websites and soemsites > respond with an 406 which I don't know how to handle Hi Tsila, Have you looked at the description of a

[Tutor] dealing with 406 HTTP response

2007-01-16 Thread Tsila Hassine
Dear pythoners, has anybody dealt with a 406 reponse through a urllib.FancyURLopener class ? I have a code that downloads images from websites and soemsites respond with an 406 which I don't know how to handle thanks! Tsila ___ Tutor maillist - Tuto