On Aug 6, 2008, at 12:26 PM, Nate Lowrie wrote:

> -                                     except IndexError:
> +                                     except AttributeError:


        Looks like you switched one missing exception class for another.  
These catches should be:

except (IndexError, AttributeError):

-- Ed Leafe





_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to