urllib2.urlopen hangs, urllib.urlopen works?

Chris c at cdot.de
Sun Jul 10 14:40:05 EDT 2005


hello,
I have an odd behaviour. I try to download some files connected to a 
specific webpage (e.g. all stylesheets) with
	urllib2.urlopen(x)
This seems to hang on the 2nd file or so.

Doing the exact same thing via
	urllib.urlopen(x)
does work without a hitch...

I don't really to use urllib instead of urllib2 but am wondering where 
the problem is and if there is a workaround (or just my own stupidity)?
Also with urllib I cannot send my own user-agent header as i wanted to do...

thanks for any hint!

chris



More information about the Python-list mailing list