Subject Re: [firebird-python] Again: can't install fdb
Author Philippe Makowski
skoczian [2013-01-06 12:26] :
> So what could be wrong this time?
>
obviously firebird.dll is not found

what is the result of :

from ctypes import *
from ctypes.util import find_library

fb_library_name = find_library('fbclient')
fb_library = WinDLL(fb_library_name)

as a bad hack , you can after line 41 in ibase.py put something to load
fbclient with the full path like you did in your tests