4 Apr
2006
4 Apr
'06
6:40 p.m.
Alan Milligan wrote at 2006-4-4 21:19 +1000:
Dieter Maurer wrote:
Looks as if your Python were compiled without debugging symbols. You will get much better tracebacks (easier to understand), when you rebuild your Python with debugging symbols.
But of course, it's a production system :( - temporarily installing python-debuginfo ...
Debug symbols do not increase the runtime. They only make the binaries (considerably) larger. You must also recompile the Zope extensions (as they compile the same way, Python has been compiled). -- Dieter