[Zope-Coders] Reclaim the Stupid Logfile Traceback Format!

Lennart Regebro lennart@torped.se
Sat, 16 Nov 2002 00:03:16 +0100


From: "Johan Carlsson [EasyPublisher]" <johanc@easypublisher.com>
>In Zope 2.6 there is a new Site Error Log object and the traceback has been
>modified to not include the full path of  modules, but only paths relatice
>from the lib/python. This is sensible when working TTW.

Actually, it's not more sensible even there. What could be done is to make a
hyperlink to the file with a
file:///c:\foo\bat\lib\python\Product\bla\blonk.py as the url, and you could
just click it to open the file in your favourite editor. :-)

That would work, right? How well would this work on Unix/Mac? Obviously,
it's useless when you don't run the Zope server on the same machine as you
are running the browser, but aren't most development done like that? I know
I do 99.9% of all development on my local machine.

At least that would be a very useful add-on feature.