FWIW, the kinterbasdb (3, 1, 2, 'final', 0) doesn't work with Dabo 
currently, because:

 >>> kinterbasdb.init(type_conv=200)
Traceback (most recent call last):
   File "<stdin>", line 1, in ?
   File "/var/lib/python-support/python2.4/kinterbasdb/__init__.py", 
line 313, in init
     chosenTypeConvModuleName = typeConvOptions[type_conv]
KeyError: 200
 >>>

I believe that the purpose of that type conversion was to use python's 
datetime module instead of mx.DateTime. Because when I remove that:

 >>> kinterbasdb.init()
Traceback (most recent call last):
   File "<stdin>", line 1, in ?
   File "/var/lib/python-support/python2.4/kinterbasdb/__init__.py", 
line 315, in init
     globalz, locals(), (chosenTypeConvModuleName,)
   File 
"/var/lib/python-support/python2.4/kinterbasdb/typeconv_backcompat.py", 
line 17, in ?
     from kinterbasdb import typeconv_datetime_mx
   File 
"/var/lib/python-support/python2.4/kinterbasdb/typeconv_datetime_mx.py", 
line 35, in ?
     from mx import DateTime as mxDT
ImportError: No module named mx

I really don't want to install mx just to test with Firebird, and I 
don't want to require our users to do that either. Any clues on what 
alternative type_conv I can send?

-- 
pkm ~ http://paulmcnett.com


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to