This is now fixed in trunk. Thank you!
On Jun 15, 6:10 pm, Matt <[email protected]> wrote: > Hi there, > > In Version 1.96.4 (2011-06-14 14:30:00) when running GAE there is an > errror: > > raise RuntimeError, "Failure to connect, tried %d times:\n%s" % > (attempts, error) > RuntimeError: Failure to connect, tried 5 times: > global name 'is_jdbc' is not defined > > So in dal.py (around line 312) needs to be: > > if 'google' in drivers: > is_jdbc = False > > Cheers, > Matt

