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, when
Thank you all for helping me solve this issue.
I finally found a solution thanks to Arioch 'The's suggestion.
Using Microsoft Process Monitor I was able to detect the folders where my app was looking for the client library. Then I noticed that they were the same folders specified in the PATH environment variable.
So I added the folder containing my Python file to the PATH variable and everything finally worked out.