Re: [firebird-python] Fwd: Python cannot find path to fbclient

2018-08-27 Thread Philip Godkin philip.god...@gmail.com [firebird-python]
Thanks Pavel I fixed the localhost issue, and theni have re-installed firebird and this has now worked, thanks for this Philip On Mon, Aug 27, 2018 at 9:37 AM Pavel Cisar pci...@ibphoenix.cz [firebird-python] wrote: > > > Hi, > > FDB uses ctypes.find_library() to locate the client library, se

Re: [firebird-python] Fwd: Python cannot find path to fbclient

2018-08-27 Thread Pavel Cisar pci...@ibphoenix.cz [firebird-python]
Hi, FDB uses ctypes.find_library() to locate the client library, see https://docs.python.org/3.6/library/ctypes.html for details how this works. If Firebird (or at least the Firebird client) is installed normally on your local computer, then fbclient.dll should be located just fine. Alternativ

[firebird-python] Fwd: Python cannot find path to fbclient

2018-08-26 Thread Philip Godkin philip.god...@gmail.com [firebird-python]
Windows Server 2012 Firebird 2.5 Python3.6.5 Hope someone can help, I can am trying to connect to a database on my server i keep getting this message, i have checked windows/system32 and windows/sysWOW64 and both have the fbclient.dll file, this file is also in the bin of the Firebird. I am runnin