<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[onionI2C Import Error]]></title><description><![CDATA[<p dir="auto">Hello,<br />
i want to control the relay expansion board with a self written python script. Therefore i followed this instructions:<br />
<a href="https://wiki.onion.io/Documentation/Libraries/I2C-Python-Module" rel="nofollow">https://wiki.onion.io/Documentation/Libraries/I2C-Python-Module</a><br />
Consequently i installed the pyOnionI2C module and the "Omega Expansion" folder including the <a href="http://OnionI2C.so" rel="nofollow">OnionI2C.so</a> file are placed in the package path.<br />
But when i try to run a python script including this line:<br />
from OmegaExpansion import onionI2C<br />
I get the following error message:</p>
<p dir="auto">Traceback (most recent call last):<br />
File "<a href="http://testi2c.py" rel="nofollow">testi2c.py</a>", line 1 in &lt;module&gt;<br />
from OmegaExpansion import onionI2C<br />
ImportError: Error relocating /usr/lib/python2.7/OmegaExpansion/onionI2C.so: i2c_writeBufferRaw: symbol not found</p>
<p dir="auto">The firmware is up to date and I am using the omega 2.<br />
Can anybody help me to handle this error or what modules do you use to communicate with I2C devicese?</p>
<p dir="auto">Thank you,<br />
Max</p>
]]></description><link>http://community.onion.io/topic/2436/onioni2c-import-error</link><generator>RSS for Node</generator><lastBuildDate>Sun, 17 May 2026 02:28:22 GMT</lastBuildDate><atom:link href="http://community.onion.io/topic/2436.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 18 Oct 2017 16:26:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to onionI2C Import Error on Wed, 18 Oct 2017 16:26:37 GMT]]></title><description><![CDATA[<p dir="auto">Hello,<br />
i want to control the relay expansion board with a self written python script. Therefore i followed this instructions:<br />
<a href="https://wiki.onion.io/Documentation/Libraries/I2C-Python-Module" rel="nofollow">https://wiki.onion.io/Documentation/Libraries/I2C-Python-Module</a><br />
Consequently i installed the pyOnionI2C module and the "Omega Expansion" folder including the <a href="http://OnionI2C.so" rel="nofollow">OnionI2C.so</a> file are placed in the package path.<br />
But when i try to run a python script including this line:<br />
from OmegaExpansion import onionI2C<br />
I get the following error message:</p>
<p dir="auto">Traceback (most recent call last):<br />
File "<a href="http://testi2c.py" rel="nofollow">testi2c.py</a>", line 1 in &lt;module&gt;<br />
from OmegaExpansion import onionI2C<br />
ImportError: Error relocating /usr/lib/python2.7/OmegaExpansion/onionI2C.so: i2c_writeBufferRaw: symbol not found</p>
<p dir="auto">The firmware is up to date and I am using the omega 2.<br />
Can anybody help me to handle this error or what modules do you use to communicate with I2C devicese?</p>
<p dir="auto">Thank you,<br />
Max</p>
]]></description><link>http://community.onion.io/post/14800</link><guid isPermaLink="true">http://community.onion.io/post/14800</guid><dc:creator><![CDATA[ZwiebelMax]]></dc:creator><pubDate>Wed, 18 Oct 2017 16:26:37 GMT</pubDate></item><item><title><![CDATA[Reply to onionI2C Import Error on Sun, 22 Oct 2017 20:49:59 GMT]]></title><description><![CDATA[<p dir="auto">Check if you have both libonioni2c and pyOnionI2C installed in same version:</p>
<pre><code>$ opkg list-installed| grep -i onioni2c
libonioni2c - 0.5-1
pyOnionI2C - 0.5-1
</code></pre>
<p dir="auto">Probably you have incompatible version of libonioni2c. Upgrade it.</p>
]]></description><link>http://community.onion.io/post/14833</link><guid isPermaLink="true">http://community.onion.io/post/14833</guid><dc:creator><![CDATA[Jakub K]]></dc:creator><pubDate>Sun, 22 Oct 2017 20:49:59 GMT</pubDate></item><item><title><![CDATA[Reply to onionI2C Import Error on Mon, 23 Oct 2017 17:05:52 GMT]]></title><description><![CDATA[<p dir="auto">Genius!<br />
Thats it. Now it works.<br />
Great, thank you very much.<br />
I can´t imagine how I should find this little but important difference.<br />
Hope it will help other people with the same problem.</p>
]]></description><link>http://community.onion.io/post/14844</link><guid isPermaLink="true">http://community.onion.io/post/14844</guid><dc:creator><![CDATA[ZwiebelMax]]></dc:creator><pubDate>Mon, 23 Oct 2017 17:05:52 GMT</pubDate></item></channel></rss>