Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fbclient.dll is not found if not in path [PYFB40] #59

Closed
firebird-automations opened this issue Mar 13, 2014 · 5 comments
Closed

fbclient.dll is not found if not in path [PYFB40] #59

firebird-automations opened this issue Mar 13, 2014 · 5 comments

Comments

@firebird-automations
Copy link

Submitted by: Werner F Bruhin (werner)

Attachments:
useregtogetlocation.patch

When installing fdb 1.4 using either 'http://setup.py install' or 'easy_install fdb' it does not find the fbclient.dll if it is not on a path. The error shown does not clearly identify what is causing the error.

ctypes.find_library fails to find it as the path is not including the FB server install and there is also this issue http://bugs.python.org/issue16283

Commits: fcc6548 FirebirdSQL/fbt-repository@100f245

@firebird-automations
Copy link
Author

Commented by: Werner F Bruhin (werner)

Attached a suggested patch to use the registry to find the FB server install path.

Tested only with Python 2.7.6 32 bit on Windows 8.1 with an FB server 2.5.2 32bit install

@firebird-automations
Copy link
Author

Modified by: Werner F Bruhin (werner)

Attachment: useregtogetlocation.patch [ 12460 ]

@firebird-automations
Copy link
Author

Commented by: @pcisar

Patch incorporated with small adjustments and additional enhancements.

@firebird-automations
Copy link
Author

Modified by: @pcisar

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: 1.4.1 [ 10610 ]

@firebird-automations
Copy link
Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants