3 Dec
2004
3 Dec
'04
7:44 p.m.
Roland Giesler wrote at 2004-12-3 11:28 +0200:
... lines, lnum = findsource(frame) File "/usr/lib/python2.3/inspect.py", line 435, in findsource if pat.match(lines[lnum]): break IndexError: list index out of range
This is a Python bug triggered by unlucky source file references in "*.pyc" files! Once, I spend several hours to hunt this problem down. The problem will (almost surely) disappear when you delete all "*.pyc" files. -- Dieter