On Feb 12, 2011, at 1:41 PM, Massimo Di Pierro wrote:
> 
> Good point. This is a bug. The tickets must be in the same
> namespace... Can you please open an issue on google code?

Done.

I'm listed as the owner, but unless the fix is simply to strip out the 
namespace (which worked for me), I'm not in a position to fix it. 

A mention of the GAE namespace in the book would be helpful, including why one 
might specify one.

> 
> 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?


Reply via email to