问题
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