Subject Re: [firebird-python] kinterbasdb 3.2.1
Author Uwe Grauer
Uwe Grauer wrote:
> Pavel Cisar wrote:
>> Uwe Grauer napsal(a):
>>> The bug which caused me to use kinterbasdb-3.2_20070503 instead of the
>>> normal 3.2 release is still in 3.2.1.
>>>
>>> See:
>>> http://sourceforge.net/forum/message.php?msg_id=4288153
>> Sorry, this one slipped through. The patch you have sent looks ok,
>> however before I'll prepare 3.2.2, I would like ask you whether you can
>> test KI 3.2.1 with this patch applied fixes your problems with DABO?
>>
>> best regards
>> Pavel Cisar
>> IBPhoenix
>
> Pavel,
>
> as you might already know i sent Philippe a patch with the necessary
> changes for KI 3.2.1. This turned out to be working with FB 2.0.x and
> Dabo. Today i also wanted to test against FB 2.1 to recheck the patch.
>
> I will let you know how this worked out.
>
> Regards,
> Uwe

Here is what i get when i try to import the patched KI 3.2.1 against FB 2.1:

uwe@athlon28:~/> python -c "import kinterbasdb"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File
"/usr/local/lib/python2.5/site-packages/kinterbasdb/__init__.py", line
109, in <module>
import _kinterbasdb as _k
ImportError: /usr/lib/libfbclient.so.2: undefined symbol: _Unwind_GetIP

I guess it's the same error which Mario Lacunza was referencing to.

I didn't get any errors with FB 2.0.4.

Uwe