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
_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to