Installing Informix Client SDK on Raspberry pi

会有一股神秘感。 提交于 2019-12-11 02:15:53

问题


I wanted my raspberry pi to connect to an Informix database thru Python. I tried installing the InformixDB module for python but I get an error as

NameError: name 'arch_' is not defined

But this is caused because I didn't have an Informix Client SDK installed on the pi which does the underlying work of connecting to the DB and the module is just a wrapper. I searched the IBM downloads but couldn't find the package for ARM architecture.

I've also tried the following links but to no good. https://code.google.com/p/ibm-db/ https://code.google.com/p/ibm-db/wiki/README

Could someone help me with this ?


回答1:


Try downloading the Informix Developer Edition for Raspberry Pi. It contains the engine and the client. Regards.



来源:https://stackoverflow.com/questions/29043481/installing-informix-client-sdk-on-raspberry-pi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!