> Getting the following error while running in google apps engine (see
> error stack).
> Has anyone else encountered this error? Can you suggest any solutions
> or workarounds?
>
I can suggest a workaround, but I need to see more of your grammar. I
suspect you are using the keepOriginalText parse action, which uses
the getTokensEndLoc method. As I posted on your other thread, I have
a better approach to solving this problem (which I will include in
pyparsing 1.5.1) which does not require the inspect module to peek up
the call stack. If you would post your grammar on the pyparsing wiki
(
pyparsing.wikispaces.com), I'll show you how to get rid of
keepOriginalText, and take a different approach.
-- Paul