Subject | Re: [firebird-python] Again: can't install fdb |
---|---|
Author | Philippe Makowski |
Post date | 2013-01-06T17:56:59Z |
skoczian [2013-01-06 12:26] :
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
> 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