[Zope] Zope deamon doesn't start any more

Dieter Maurer dieter at handshake.de
Fri Dec 3 14:44:58 EST 2004


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


More information about the Zope mailing list