I am trying to connect to a DB2 mainframe from my machine through Jupyter Notebooks. I am on a 32-bit machine Windows 7 machine. I am using Python version 3.6.1
Did a bit of research and from what i could find online there are two ways to do this....
Packages: pyodbc, ibm_db
I think i read in another post that the official way to do it is using ibm_db. I tried a couple of times with pyodbc but couldn't get it to work.
So i figured i would try ibm_db. I tried install ibm_db using pip and easy_install but i keep getting the following messages.
Could someone please provide some guidance?
Also, my ODBC Data Source Adminstrator Window, system DSN tab looks as follows I was trying to use the pyMainframe DSN but couldnt get that to work either. As you can see i do have an iSeries Access ODBC driver installed. Not sure if python can use this.
I am a bit of a noob. Thanks in advance. Please let me know if you need any additional information


