kinterbasdb + firebird 1.5 with python 2.6 ?

Christian Heimes lists at cheimes.de
Tue Feb 3 17:19:26 EST 2009


Laszlo Nagy schrieb:
> Does anyone know how to get firebird 1.5 driver (kinterbasdb) for
> FireBird 1.5?
> 
> My problem:
> 
>    * python 2.6 already installed on a server
>    * there is a firebird 1.5 database on the same server
>    * I need to access it from python 2.6
> 
> Any thoughts?

kinterbasdb 3.2.2 and 3.3.0 are working perfectly fine with Python 2.6.
You can install it in less than 2 minutes with the usual tar -xzf &&
python2.6 setup.py install dance. I don't know if the latest versions of
kinterbasdb still support 1.5.

Christian




More information about the Python-list mailing list