I'm using latest trunk with Ubuntu 8 and Apache. I'm trying to connect to Firebird but get this...
---------------------------------------------------------- Traceback (most recent call last): File "/home/www-data/web2py/gluon/restricted.py", line 188, in restricted exec ccode in environment File "/home/www-data/web2py/applications/xml/models/db.py", line 19, in <module> db = DAL('firebird://SYSDBA:vilvac@123.45.678.89:3050//var/lib/ firebird/2.1/data/test.gdb',migrate=False) File "/home/www-data/web2py/gluon/dal.py", line 3357, in __init__ RuntimeError: Failure to connect, tried 5 times: cannot import name DateTime ---------------------------------------------------------- It seems that something is not importing properly. Any ideas?? Thanks.