Re: Unhandled exception in thread

2009-06-12 Thread ryles
On Jun 11, 3:52 pm, Mads Michelsen wrote: > Here's the deal. The script in question is a screen scraping thing > which downloads and parses the html in the background using a separate > thread (the 'thread' module), while the main program serves up the > data to the user, allowing some modicum of

Re: Unhandled exception in thread

2009-06-11 Thread Scott David Daniels
Mads Michelsen wrote: ...I'm getting some error reports ... looking for advice on a way that I can investigate the error The script ... downloads and... > in the background using a separate thread (the 'thread' module), > Sometimes, when I quit the script, the following error messa