Re: Finding the file referred to in a Python traceback

2006-09-28 Thread Sion Arrowsmith
<[EMAIL PROTECTED]> wrote: >In this traceback, the path to 3 different SQL Alchemy source files is >a relative directory. However, no such directory is below my current >working directory. > >Traceback (most recent call last): > File "", line 1, in ? > File "conf/__init__.py", line 34, in __init

Finding the file referred to in a Python traceback

2006-09-26 Thread metaperl . etc
In this traceback, the path to 3 different SQL Alchemy source files is a relative directory. However, no such directory is below my current working directory. This is problematic for two reasons: 1 - I cannot use XEmacs find-file-at-point to find the file in which the error is occurring 2 - I am n