Rev 028f4b attempts a fix for
#1444 (many errors during startup) without really knowing what is going on.
The traceback indicates that line 607 in leoCache.py may be to blame.
The old code catches only KeyError; the new code catches all Exceptions. The traceback references PyQt4, so perhaps there is some installation-dependent problem/strangeness.
I am wondering whether this fix might just fix #1445 as well. Clearly, something unusual is going on, because very few people seem to be affected by either bug.
Edward