Not sure if this is the place to raise this but the latest pythonI2c module appears to have an issue.
I get
python
Python 2.7.13 (default, Sep 18 2017, 20:32:03)
[GCC 5.4.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
from OmegaExpansion import onionI2C
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: Error relocating /usr/lib/python2.7/OmegaExpansion/onionI2C.so: i2c_writeBufferRaw: symbol not found
The latest i2C packages appear to be broken
pyOmegaExpansion_0.5-1_mipsel_24kc.ipk
pyOnionI2C_0.5-1_mipsel_24kc.ipk
Have the problem I described. I dropped back to
pyOmegaExpansion_0.4-1_mipsel_24kc.ipk
pyOnionI2C_0.4-1_mipsel_24kc.ipk
And the problem went away.
Regards
Paul