Good point. This is a bug. The tickets must be in the same namespace... Can you please open an issue on google code?
On Feb 12, 3:38 pm, Jonathan Lundell <[email protected]> wrote: > 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?

