<?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[ModuleNotFoundError: No module named &#x27;onionGpio&#x27; Python3]]></title><description><![CDATA[<p dir="auto">Hello. I installed module onion Gpio for Python 3 in Omega-2.</p>
<pre><code>root@Omega-D90D:~# opkg install python3 pyOnionGpio
Package python3 (3.6.0-2) installed in root is up to date.
Installing pyOnionGpio (0.2-1) to root...
Downloading http://repo.onion.io/omega2/packages/onion/pyOnionGpio_0.2-1_mipsel_24kc.ipk
Installing python-base (2.7.14-5) to root...
Downloading http://downloads.lede-project.org/releases/17.01-SNAPSHOT/packages/mipsel_24kc/packages/python-base_2.7.14-5_mipsel_24kc.ipk
Configuring python-base.
Configuring pyOnionGpio.
</code></pre>
<p dir="auto">I Imported the module 'onionGpio'</p>
<pre><code>import onionGpio
</code></pre>
<p dir="auto">But when you run the program, an error occurs.</p>
<pre><code>ModuleNotFoundError: No module named 'onionGpio'
</code></pre>
]]></description><link>http://community.onion.io/topic/3103/modulenotfounderror-no-module-named-oniongpio-python3</link><generator>RSS for Node</generator><lastBuildDate>Thu, 21 May 2026 02:07:13 GMT</lastBuildDate><atom:link href="http://community.onion.io/topic/3103.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 25 Aug 2018 07:45:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ModuleNotFoundError: No module named &#x27;onionGpio&#x27; Python3 on Sat, 25 Aug 2018 07:45:16 GMT]]></title><description><![CDATA[<p dir="auto">Hello. I installed module onion Gpio for Python 3 in Omega-2.</p>
<pre><code>root@Omega-D90D:~# opkg install python3 pyOnionGpio
Package python3 (3.6.0-2) installed in root is up to date.
Installing pyOnionGpio (0.2-1) to root...
Downloading http://repo.onion.io/omega2/packages/onion/pyOnionGpio_0.2-1_mipsel_24kc.ipk
Installing python-base (2.7.14-5) to root...
Downloading http://downloads.lede-project.org/releases/17.01-SNAPSHOT/packages/mipsel_24kc/packages/python-base_2.7.14-5_mipsel_24kc.ipk
Configuring python-base.
Configuring pyOnionGpio.
</code></pre>
<p dir="auto">I Imported the module 'onionGpio'</p>
<pre><code>import onionGpio
</code></pre>
<p dir="auto">But when you run the program, an error occurs.</p>
<pre><code>ModuleNotFoundError: No module named 'onionGpio'
</code></pre>
]]></description><link>http://community.onion.io/post/17522</link><guid isPermaLink="true">http://community.onion.io/post/17522</guid><dc:creator><![CDATA[CAP 33]]></dc:creator><pubDate>Sat, 25 Aug 2018 07:45:16 GMT</pubDate></item><item><title><![CDATA[Reply to ModuleNotFoundError: No module named &#x27;onionGpio&#x27; Python3 on Mon, 15 Apr 2019 17:53:08 GMT]]></title><description><![CDATA[<p dir="auto">Same problem, for me the onion python modules support only python2...</p>
]]></description><link>http://community.onion.io/post/19352</link><guid isPermaLink="true">http://community.onion.io/post/19352</guid><dc:creator><![CDATA[Daniele Scasciafratte]]></dc:creator><pubDate>Mon, 15 Apr 2019 17:53:08 GMT</pubDate></item><item><title><![CDATA[Reply to ModuleNotFoundError: No module named &#x27;onionGpio&#x27; Python3 on Tue, 16 Apr 2019 17:21:54 GMT]]></title><description><![CDATA[<p dir="auto">Seems that in the meantime they created new libraries for python3 but the documentation is not updated...<br />
<a href="https://onion.io/2bt-python3-modules/" rel="nofollow">https://onion.io/2bt-python3-modules/</a></p>
]]></description><link>http://community.onion.io/post/19360</link><guid isPermaLink="true">http://community.onion.io/post/19360</guid><dc:creator><![CDATA[Daniele Scasciafratte]]></dc:creator><pubDate>Tue, 16 Apr 2019 17:21:54 GMT</pubDate></item><item><title><![CDATA[Reply to ModuleNotFoundError: No module named &#x27;onionGpio&#x27; Python3 on Tue, 30 Apr 2019 13:54:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/4403">@Daniele-Scasciafratte</a> Have you found any way to use python gpio module with python3? Or we must use the virtual filesystem files?</p>
]]></description><link>http://community.onion.io/post/19428</link><guid isPermaLink="true">http://community.onion.io/post/19428</guid><dc:creator><![CDATA[Pablo Fonovich]]></dc:creator><pubDate>Tue, 30 Apr 2019 13:54:41 GMT</pubDate></item><item><title><![CDATA[Reply to ModuleNotFoundError: No module named &#x27;onionGpio&#x27; Python3 on Tue, 30 Apr 2019 19:32:56 GMT]]></title><description><![CDATA[<p dir="auto">If i'm right here is the answer.<br />
Check what I wrote here:<br />
<a href="https://community.onion.io/topic/3591/python3-modules-for-gpio-and-serial-port/2" rel="nofollow">https://community.onion.io/topic/3591/python3-modules-for-gpio-and-serial-port/2</a></p>
]]></description><link>http://community.onion.io/post/19434</link><guid isPermaLink="true">http://community.onion.io/post/19434</guid><dc:creator><![CDATA[magouero]]></dc:creator><pubDate>Tue, 30 Apr 2019 19:32:56 GMT</pubDate></item><item><title><![CDATA[Reply to ModuleNotFoundError: No module named &#x27;onionGpio&#x27; Python3 on Mon, 09 Sep 2019 21:47:58 GMT]]></title><description><![CDATA[<p dir="auto">Anyone ever get an answer to this?</p>
]]></description><link>http://community.onion.io/post/20161</link><guid isPermaLink="true">http://community.onion.io/post/20161</guid><dc:creator><![CDATA[Jeremy Shubert]]></dc:creator><pubDate>Mon, 09 Sep 2019 21:47:58 GMT</pubDate></item><item><title><![CDATA[Reply to ModuleNotFoundError: No module named &#x27;onionGpio&#x27; Python3 on Tue, 10 Sep 2019 00:06:40 GMT]]></title><description><![CDATA[<p dir="auto">Seems like this works for me:  <a href="https://translate.googleusercontent.com/translate_c?depth=1&amp;hl=en&amp;prev=search&amp;rurl=translate.google.com&amp;sl=ru&amp;sp=nmt4&amp;u=https://community.onion.io/topic/2590/oniongpio-for-python3/4&amp;xid=17259,15700023,15700186,15700190,15700256,15700259,15700262,15700265&amp;usg=ALkJrhgV-JNL_SqSvvD1G2qQbTm6Cjlzzg" rel="nofollow">https://translate.googleusercontent.com/translate_c?depth=1&amp;hl=en&amp;prev=search&amp;rurl=translate.google.com&amp;sl=ru&amp;sp=nmt4&amp;u=https://community.onion.io/topic/2590/oniongpio-for-python3/4&amp;xid=17259,15700023,15700186,15700190,15700256,15700259,15700262,15700265&amp;usg=ALkJrhgV-JNL_SqSvvD1G2qQbTm6Cjlzzg</a></p>
]]></description><link>http://community.onion.io/post/20164</link><guid isPermaLink="true">http://community.onion.io/post/20164</guid><dc:creator><![CDATA[Jeremy Shubert]]></dc:creator><pubDate>Tue, 10 Sep 2019 00:06:40 GMT</pubDate></item><item><title><![CDATA[Reply to ModuleNotFoundError: No module named &#x27;onionGpio&#x27; Python3 on Thu, 12 Sep 2019 03:10:55 GMT]]></title><description><![CDATA[<p dir="auto">Correction, the above does not work for me</p>
]]></description><link>http://community.onion.io/post/20188</link><guid isPermaLink="true">http://community.onion.io/post/20188</guid><dc:creator><![CDATA[Jeremy Shubert]]></dc:creator><pubDate>Thu, 12 Sep 2019 03:10:55 GMT</pubDate></item><item><title><![CDATA[Reply to ModuleNotFoundError: No module named &#x27;onionGpio&#x27; Python3 on Mon, 16 Sep 2019 15:25:56 GMT]]></title><description><![CDATA[<p dir="auto">see response here: <a href="https://community.onion.io/topic/3591/python3-modules-for-gpio-and-serial-port/8" rel="nofollow">https://community.onion.io/topic/3591/python3-modules-for-gpio-and-serial-port/8</a></p>
]]></description><link>http://community.onion.io/post/20220</link><guid isPermaLink="true">http://community.onion.io/post/20220</guid><dc:creator><![CDATA[Lazar Demin]]></dc:creator><pubDate>Mon, 16 Sep 2019 15:25:56 GMT</pubDate></item></channel></rss>