Re: app engine - state of play - 0.9.7

2009-05-11 Thread Wichert Akkerman
Previously Wichert Akkerman wrote: Previously Ben Bangert wrote: On May 3, 2009, at 7:42 AM, Wichert Akkerman wrote: And it's not limited to GAE; interactive traceback hasn't work for me for a month or so. It hasn't? What is happening instead? I click on the + and get a

Re: app engine - state of play - 0.9.7

2009-05-06 Thread Wichert Akkerman
Previously Ben Bangert wrote: On May 3, 2009, at 7:42 AM, Wichert Akkerman wrote: And it's not limited to GAE; interactive traceback hasn't work for me for a month or so. It hasn't? What is happening instead? I click on the + and get a javascript error. Wichert. -- Wichert Akkerman

Re: app engine - state of play - 0.9.7

2009-05-06 Thread Ian Bicking
The server always sets wsgi.multiprocess, but in the dev environment the processes aren't recycled that often so it's actually almost always okay (no worse than using it with paster --reload), but evalerror still disables itself. On Wed, May 6, 2009 at 1:35 PM, Mike Orr sluggos...@gmail.com

Re: app engine - state of play - 0.9.7

2009-05-06 Thread Wichert Akkerman
Previously Ben Bangert wrote: On May 6, 2009, at 12:54 AM, Wichert Akkerman wrote: I click on the + and get a javascript error. What type of environment? What wsgi server? I can see why it wouldn't work under GAE, since there's no guarantee you'll get back to the same process (it

Re: app engine - state of play - 0.9.7

2009-05-05 Thread Ben Bangert
On May 3, 2009, at 7:42 AM, Wichert Akkerman wrote: And it's not limited to GAE; interactive traceback hasn't work for me for a month or so. It hasn't? What is happening instead? - Ben smime.p7s Description: S/MIME cryptographic signature

Re: app engine - state of play - 0.9.7

2009-05-03 Thread Wichert Akkerman
Previously Mike Orr wrote: On Sat, May 2, 2009 at 1:21 PM, Mike Orr sluggos...@gmail.com wrote: On Sat, May 2, 2009 at 6:34 AM, David Wilson david.wil...@entertainmentcloud.com wrote: I could not seem to get the debugger to work (vital for consideration) The problem with the

app engine - state of play - 0.9.7

2009-05-02 Thread David Wilson
Hi My studio is currently evaluating Pylons (amoung Django, CherryPy, and an inhouse extended version of WebApp) for a high traffic web application we wish to run on GAE. Out of the web frameworks available I feel Pylons would be particularly suitable due to its modular approach. I had a few

Re: app engine - state of play - 0.9.7

2009-05-02 Thread David Wilson
i got the debugger going today: http://code.google.com/p/appengine-monkey/issues/detail?id=20 On May 2, 2:34 pm, David Wilson david.wil...@entertainmentcloud.com wrote: Hi My studio is currently evaluating Pylons (amoung Django, CherryPy, and an inhouse extended version of WebApp) for a

Re: app engine - state of play - 0.9.7

2009-05-02 Thread Mike Orr
On Sat, May 2, 2009 at 6:34 AM, David Wilson david.wil...@entertainmentcloud.com wrote: Hi My studio is currently evaluating Pylons (amoung Django, CherryPy, and an inhouse extended version of WebApp) for a high traffic web application we wish to run on GAE. Out of the web frameworks

Re: app engine - state of play - 0.9.7

2009-05-02 Thread Mike Orr
On Sat, May 2, 2009 at 1:21 PM, Mike Orr sluggos...@gmail.com wrote: On Sat, May 2, 2009 at 6:34 AM, David Wilson david.wil...@entertainmentcloud.com wrote: I could not seem to get the debugger to work (vital for consideration) The problem with the interactive traceback seems to be due to