Hi
I have a program that downloads webpages. The webpages are stored in a list
and i make each has it's own thread that downloads it. Sometimes the threads
exit (because urlopen() throws an exception) Now the question is how can i
recover from this thread failing
Example Code
from urllib import
Hello Guys,
I'm having an issue with a thread which I've not come across before and it
has be baffled. The thread doesn't really do a lot, it simple contains a
popen command to run something from cmd, now then i trigger the thread form
my main application using the .start() method nothing happe
Link to the mentioned file: http://dc.ubuntu-us.org/projects/gasp/My
system: ubuntu-dapper (2.6.1). Line 325 is where the _event_handler is
and I believe causes the issue. I can recreate the bug quite easily by
calling the 'begin_end()' method and letting it run until it breaks
(2-7 seconds mostl