How do you view web2py tickets that are generated while running on Google's 
devserver? When I look at a ticket using the SDK console, it is encoded in 
a way that I don't recognize. Like this:

(dp0
> S'output'
> p1
> S"<type 'exceptions.TypeError'> 'NoneType' object is not callable"
> p2
> sS'layer'
> p3
> S'/Users/davidp/dev/python/rage/applications/rage/controllers/default.py'
> p4
> sS'code'
> p5
> S'# -*- coding: utf-8 -*-\n'\n\n@auth.requires_login()\ndef 
> index():\n\tresponse.title = \'Archives\'\n\n\tresponse.files.append 


What is this format? Is there a viewer for looking at the tickets? I can 
puzzle out the contents, but it is inconvenient and sometimes time 
consuming.

Reply via email to