I'm quite new to python, but I need to connect with my python to a DB2. I'm trying to install the Python extension since a few hours and I can't get to a result.
When I'm installing the extension with
python ibm_db2 -- install
I get the following exception:
/IBMDB2/CLIDRIVER//include folder not found.
Check if you have set the IBM_DB_HOME environment variable's value correctly
But I can't find a folder including /include
I installed the ibm driver IBM Data Server Driver Package (DS Driver) V10.5 But also the SQLLIB folder has no /include folder.
OS: Windows 7 64-bit Attached a screenshot of the driver folder: Folder content
Thanks in advance.