urllib.urlretrieve never returns???
Chris Angelico
rosuav at gmail.com
Sat Mar 17 13:53:24 EDT 2012
On Sun, Mar 18, 2012 at 4:31 AM, Laszlo Nagy <gandalf at shopzeus.com> wrote:
> You are right, I should have added "import traceback". However, I tried
> this:
>
> except:
> self.Log("Exception")
>
> and still nothing was logged. Another proof is that the number of threads is
> increased every time I press the button. So I'm 100% sure that urlretrieve
> does not return from the call.
Okay, was worth a shot! Hopefully someone else can help more.
ChrisA
More information about the Python-list
mailing list