How to refresh a page after urlretrive

Samir Patel mepython at yahoo.com
Thu Aug 9 12:18:01 EDT 2001


Thanks.
  I have deleted a local copy of file before calling it again. I found
a way using urlopen using no cache copy and that did work. But I don't
no how to do the same using urlretrive.

mepython at yahoo.com (Samir Patel) wrote in message news:<ffd90607.0108071013.3d472401 at posting.google.com>...
> Friends,
>   I used urlretrieve() to retrieve a page which contains unique
> session id. After processing this page, I did urlcleanup() and call
> urlretrieve() again and unfortunately I am getting same page. If I
> refresh that page through browser (Konqueror or ie doesn't matter), if
> does bring new page. Also if I wait for about 15 minutes or so, and
> call urlretrieve() again, I am getting a new session id. Can somebody
> suggest me what I am missing?
>   Thanks in advance.



More information about the Python-list mailing list