The debugger works pretty well in the GAE SDK after swapping the
templates to Jinja2 using this patch: http://ru.ly/pa

When I use the interactive console to dump() local variables, I get an
Exception:

  File "werkzeug/debug/console.py", line 170, in showtraceback
    sys.stdout._write(tb.render_summary())
AttributeError: 'cStringIO.StringO' object has no attribute '_write'

Looks like the GAE Sandbox does not have a '_write' method.  The
correct response is there, and I can see it by calling write() insead
of _write().

Are there any good patching/tricks to work around the missing
'_write' for GAE?

Thanks,

Robin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pocoo-libs" 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/pocoo-libs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to