Re: [Tutor] how to set time limit before downloading file

2006-08-24 Thread kulibin da-da!
> > I had to download some files. > > > > Using the code below I could download almost all I had to download, but I > > have a problem > >: > > r = urllib.urlopen(url) > >: > > And the problem is that the script sleeps for some hours. And thats > > all - no data is read. > > > is there a

Re: [Tutor] how to set time limit before downloading file

2006-08-24 Thread wesley chun
On 8/24/06, kulibin da-da! <[EMAIL PROTECTED]> wrote: > I had to download some files. > > Using the code below I could download almost all I had to download, but I > have a problem >: > r = urllib.urlopen(url) >: > And the problem is that the script sleeps for some hours. And thats > all

Re: [Tutor] how to set time limit before downloading file

2006-08-24 Thread kulibin da-da!
Thanks for your help, Kent - everything is working now :) > > I had to download some files. > > > > Using the code below I could download almost all I had to download, but I > > have a problem with 'http://18wheels.wz.cz/csszengarden/back-con.jpg' > > > > And the problem is that the script sleep

Re: [Tutor] how to set time limit before downloading file

2006-08-24 Thread Kent Johnson
kulibin da-da! wrote: > I had to download some files. > > Using the code below I could download almost all I had to download, but I > have a problem with 'http://18wheels.wz.cz/csszengarden/back-con.jpg' > > And the problem is that the script sleeps for some hours. And thats > all - no data is re

[Tutor] how to set time limit before downloading file

2006-08-24 Thread kulibin da-da!
I had to download some files. Using the code below I could download almost all I had to download, but I have a problem with 'http://18wheels.wz.cz/csszengarden/back-con.jpg' This is my code for downloading 'http://18wheels.wz.cz/csszengarden/back-con.jpg' # -*- coding: windows-1251 -*- import