Simple httplib problem

Afanasiy abelikov72 at hotmail.com
Mon Jan 6 20:03:44 EST 2003


On Mon, 06 Jan 2003 23:57:46 GMT, Afanasiy <abelikov72 at hotmail.com>
wrote:

>Can someone tell me what I am doing wrong here?
>
>I need to get a file via http, but must login first, so I am doing two
>requests. The login request succeeds and I get the correct HTML
>response. But the second request to get the actual file I wanted (after
>logging in) is throwing an httplib.ResponseNotReady exception.
>

The second connection needs to have it's own HTTPConnection object.
I was just a confused about using this module it seems. The documenation
I have from ActiveState's Windows distribution seems fairly lacking in
most aspects. Is there something better?




More information about the Python-list mailing list