On Feb 12, 2011, at 9:29 AM, G. Clifford Williams wrote:
> 
> On Sat, Feb 12, 2011 at 09:20:02AM -0800, Jonathan Lundell spake:
>> Is there a trick to getting web2py to run locally with the GAE Launcher? (OS 
>> X FWIW)
>> 
>> I'm playing with the stock stable release. It works fine when deployed, but 
>> not locally (immediate ticket, and I don't know how to find the ticket).
> 
> web2py tickets are generated as datastore objects. You won't be able to 
> search the datastore for objects until it's been seeded (which just means 
> that something has to be there before you can search for it). To view the 
> tickets go to: http://localhost:[port]/_ah/admin/datastore
> 
> there you will see a dropdown list for "Entity Kind" select the one labeled 
> web2py_ticket_[appname] then click 'list entries'. These are your tickets
> 
> 
> I hope that helps

Also, I see that the Launcher's SDK Console toolbar button takes me there; I 
just didn't know what I was looking for.

FWIW, I'm seeing this:

S'Traceback (most recent call last):\n  
File "/Users/jlundell/Projects/GAE/welcome/gluon/restricted.py", line 188, in 
restricted\n    exec ccode in environment\n 
File 
"/Users/jlundell/Projects/GAE/welcome/applications/admin/controllers/default.py:ticket",
 line 1159, in <module>\n  
File "/Users/jlundell/Projects/GAE/welcome/gluon/globals.py", line 95, in 
<lambda>\n    self._caller = lambda f: f()\n  
File 
"/Users/jlundell/Projects/GAE/welcome/applications/admin/controllers/default.py:ticket",
 line 1124, in ticket\n  
File "/Users/jlundell/Projects/GAE/welcome/gluon/restricted.py", line 162, in 
load\n    self.layer = d[\'layer\']\nTypeError: \'NoneType\' object is 
unsubscriptable\n'

...which looks like an error loading a ticket, unfortunately.

Reply via email to