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

Reply via email to