Hello,
i want to control the relay expansion board with a self written python script. Therefore i followed this instructions:
https://wiki.onion.io/Documentation/Libraries/I2C-Python-Module
Consequently i installed the pyOnionI2C module and the "Omega Expansion" folder including the OnionI2C.so file are placed in the package path.
But when i try to run a python script including this line:
from OmegaExpansion import onionI2C
I get the following error message:
Traceback (most recent call last):
File "testi2c.py", line 1 in <module>
from OmegaExpansion import onionI2C
ImportError: Error relocating /usr/lib/python2.7/OmegaExpansion/onionI2C.so: i2c_writeBufferRaw: symbol not found
The firmware is up to date and I am using the omega 2.
Can anybody help me to handle this error or what modules do you use to communicate with I2C devicese?
Thank you,
Max