Re: GAE + recursion limit

2010-07-05 Thread Soltys
On 2 Lip, 22:49, Paul McGuire pt...@austin.rr.com wrote: Does anyone have any clue what that might be? Why the problem is onGAE(even when run locally), when command line run works just fine (even withrecursionlimitdecreased)? Can't explain why you see different behavior onGAEvs. local, but

GAE + recursion limit

2010-07-02 Thread Maciej
Hi, I'm writing a small translator using pyparsing library v1.5.2 (http://pyparsing.wikispaces.com/) and I'm using it both from command line and on Google App Engine. Recently I checked one of my samples which runs perfect from CLI against GAE and it throws me RuntimeError 'maximum recursion depth

Re: GAE + recursion limit

2010-07-02 Thread David Cournapeau
On Fri, Jul 2, 2010 at 5:06 PM, Maciej one50123164e...@getonemail.com wrote: 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)? Thanks in advance for any help. Most

Re: GAE + recursion limit

2010-07-02 Thread Paul McGuire
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