You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm updating my installations at the moment and stumbled across the fact, that I have to add some commands for ibmdb to work since 3.2.0 - see ibmdb/python-ibmdb#887
Is there a preferred way to add the os.add_dll_directory-Statement in a Django project?
Thanks for any tips on this!
The text was updated successfully, but these errors were encountered:
@juliushacker When you install ibm_db_django and ibm_db , there will be a file called ibm_db_dbi.py installed under LIB/site-packages, inside that file we do "import ibm_db".
After this you can add the os.add_dll_directory-Statement.
I hope this will resolve your issue.
I think you can dd this at any place, but it must be just before Django application connects to ibm_db.
Hi everybody,
I'm updating my installations at the moment and stumbled across the fact, that I have to add some commands for ibmdb to work since 3.2.0 - see ibmdb/python-ibmdb#887
Is there a preferred way to add the os.add_dll_directory-Statement in a Django project?
Thanks for any tips on this!
The text was updated successfully, but these errors were encountered: