Firebird embedded installation issue: library could not be determined
问题 I've been writing a small Python application that opens a Firebird database. To achieve this goal I'm using Firebird embedded 2.5.7.27050, 64 bit. Although, whenever I try to connect to the DB file with Python, I get the following error: Traceback (most recent call last): File "C:\Matteo\CMakeR\initApp.py", line 36, in <module> connection = connectToDB(path) File "C:\Matteo\CMakeR\initApp.py", line 10, in connectToDB charset='WIN1252' File "C:\Program Files\Python36\lib\site-packages\fdb