> Does anyone have any clue what that might be?
> Why the problem is on GAE (even when run locally), when command line
> run works just fine (even with recursion limit decreased)?

Can't explain why you see different behavior on GAE vs. local, but it
is unusual for a "small" translator to flirt with recursion limit.  I
don't usually see parsers come close to this with fewer than 40 or 50
sub-expressions.  You may have some left-recursion going on.  Can you
post your translator somewhere, perhaps on pastebin, or on the
pyparsing wiki Discussion page (pyparsing.wikispaces.com)?

-- Paul
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to