Hi,

On 13/03/2014 09:50, Philippe Makowski wrote:

Le 12/03/14 21:34, Werner a écrit :
> Hi,
>
> On 12/03/2014 20:12, Harriv wrote:
>> I think I had same error with Win7. Setup didn't find fbclient.dll.
>> Copy it to somewhere in path (or modify path to include bin directory
>> if Firebird).
> I did a bit of digging and the code in fdb.ibase doesn't find the
> fbclient.dll if it is not in the path.
>
> What about using the registry instead of 'ctypes.find_library'?
>
no, because the registry key don't always exist
but perhaps try first with ctypes.find_library and after with registry
if it fails

O.K., is there a git or hg repo for it, I can try and improve what I have done and then do a pull request.

BTW, the following link points to 0.9.9 doc instead of 1.4:
http://www.firebirdsql.org/file/documentation/drivers_documentation/python/fdb/

Werner

Reply via email to