On Dec 20, 2009, at 6:51 PM, Matt Feifarek wrote: > 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.
The interactive traceback can't work as there's no guarantee the same machine will handle the same request, nor will GAE retain the process between requests with any certainty. Cheers, Ben -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
