urllib.urlretrieve never returns???
Laszlo Nagy
gandalf at shopzeus.com
Mon Mar 19 15:32:03 EDT 2012
More information about the Python-list mailing list
Mon Mar 19 15:32:03 EDT 2012
- Previous message (by thread): urllib.urlretrieve never returns???
- Next message (by thread): urllib.urlretrieve never returns???
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The pythonw.exe may not have the rights to access network resources. >> Have you set a default timeout for sockets? >> >> import socket >> socket.setdefaulttimeout(10) # 10 seconds I have added pythonw.exe to allowed exceptions. Disabled firewall completely. Set socket timeout to 10 seconds. Still nothing. urllib.urlretrieve does not return from call.... any other ideas?
- Previous message (by thread): urllib.urlretrieve never returns???
- Next message (by thread): urllib.urlretrieve never returns???
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list