Re: incorrect line reported in traceback

2008-11-30 Thread Patrick Stinson
No, I've embedded the interpreter and an editor in my app, which might have something to do with it. I can't run the scripts at the command line because my app provides an API to built-ins that isn't availbel in the standard interpreter. I am simply calling a python method in the script module usin

Re: incorrect line reported in traceback

2008-11-30 Thread John Machin
On Dec 1, 4:47 pm, "Patrick Stinson" <[EMAIL PROTECTED]> wrote: > Is there any reason why the last item in the traceback is one frame > below the top of the stack? It would be great to show the real line in > my editor... Maybe your anonymous [HINT!] editor is confused. Do you get the same problem

incorrect line reported in traceback

2008-11-30 Thread Patrick Stinson
Is there any reason why the last item in the traceback is one frame below the top of the stack? It would be great to show the real line in my editor... -- http://mail.python.org/mailman/listinfo/python-list