Has anyone tried the new release of the GAE SDK?

I am basically following Jason's work here:
http://countergram.com/articles/pylons-google-app-engine/

And I can get Pylons to run, but the interactive traceback doesn't work.

First, it seems that one has to change the StatusCodeRedirect() line in
middleware.py to include 500 errors, or the middleware doesn't try to eat
the traceback.

Second, even when that works, the stylesheet is wrong, and trying to open
the debugger console via the [+] button simply returns this message: "The
server has either erred or is incapable of performing the requested
operation. Debug 1261363666 not found (maybe it has expired, or the server
was restarted)"

It seems like the context/request is gone, which makes sense... GAE would
probably strip down the environment to be ready for the next request. If
indeed "StatusCodeRedirect" does do a redirect, then the request which
causes the error is probably long gone.

Does anyone have any way to make this work?

Thanks.

--

You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-disc...@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.


Reply via email to