#2283
Suspect code at line 91, change listed is from my patch to my 1.0.7 installation:
< if to_show[-1].find("IndexError") >=0 and to_show[-1].find("is out of bounds for axis") >= 0:
> if any([l.find("IndexError") >=0 and l.find("is out of bounds for axis") >= 0