I'm trying now to get the trunk running locally in the GAE local server, and again getting tickets, and have a question about the GAE db namespace handling.
In welcome's db.py, we have db = DAL('gae://mynamespace') ...while example uses: db = DAL('gae') and admin's access.py uses: session_db = DAL('gae') In this configuration, trying to access the ticket generates another ticket. If I remove the namespace spec from welcome, then the first ticket is visible. (FWIW, I appear to be having trouble importing some OS X Python shared libraries; not sure why it seems to work for stable but not trunk. Did we mess something up in sys.path?) Anyway, do we really want to leave that 'mynamespace' reference in welcome?