urllib.urlretrieve never returns???
Laszlo Nagy
gandalf at shopzeus.com
Wed Mar 21 08:38:10 EDT 2012
More information about the Python-list mailing list
Wed Mar 21 08:38:10 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 ]
On 2012-03-20 22:26, Prasad, Ramit wrote: > I just looked at your source file on ActiveState and noticed that > you do not import traceback. That is why you are getting the > AttributeError. Now you should be getting a much better error > once you import it:) Nope. That would result in a NameError. After adding "import traceback", I still get several AttributeError messages. The traceback should contain the exact line number, and a description about what object is missing what attribute anyway. My code is pure Python, and under no circumstances should it be able to start a blocked call for a system library function.
- 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