dbFirebird.py errors on line 14: If not kinterbasdb.initialized: http://dabodev.com/wiki/HowToInstall says: kinterbasdb package for Python (if you'll be connecting to a Firebird database)
[EMAIL PROTECTED]:~$ sudo apt-get install python-kinterbasdb python-kinterbasdb is already the newest version. >>> import kinterbasdb >>> kinterbasdb.initialized Traceback (most recent call last): File "<stdin>", line 1, in ? AttributeError: 'module' object has no attribute 'initialized' So what's the trick? Carl K _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
