Comment 0 for bug 952

Revision history for this message
Johannes Vetter (johannes-vetter) wrote :

The package is missing a lot of files and is not usable at all. On building a connection to a Firebird/Interbase database python crashes.

>>> import kinterbasdb
>>> c = kinterbasdb.connect (host=host, user=user, password=password, database=db)

After typing the last line of the above code python crashes and you're back in the shell.

Downloading python-kinterbasdb from sourceforge, installing firebird2-dev package and doing a build works fine.