Firebird embedded installation issue: library could not be determined

后端 未结 2 691
心在旅途
心在旅途 2021-01-16 01:56

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

2条回答
  •  庸人自扰
    2021-01-16 02:48

    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.

提交回复
热议问题