<?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[no module named &#x27;mqtt&#x27; !!!]]></title><description><![CDATA[<p dir="auto">Hello, I'm trying to follow the example given for mqtt , but I always get that error , is there someone who had the same problem ??</p>
]]></description><link>https://forum.pycom.io/topic/1103/no-module-named-mqtt</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Jul 2026 00:29:28 GMT</lastBuildDate><atom:link href="https://forum.pycom.io/topic/1103.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 27 Apr 2017 12:44:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to no module named &#x27;mqtt&#x27; !!! on Thu, 27 Apr 2017 12:44:53 GMT]]></title><description><![CDATA[<p dir="auto">Hello, I'm trying to follow the example given for mqtt , but I always get that error , is there someone who had the same problem ??</p>
]]></description><link>https://forum.pycom.io/post/6847</link><guid isPermaLink="true">https://forum.pycom.io/post/6847</guid><dc:creator><![CDATA[YazIdo]]></dc:creator><pubDate>Thu, 27 Apr 2017 12:44:53 GMT</pubDate></item><item><title><![CDATA[Reply to no module named &#x27;mqtt&#x27; !!! on Thu, 27 Apr 2017 12:47:51 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.pycom.io/uid/988">@YazIdo</a>, the current documentation is out of date! Please download the <a href="http://mqtt.py" target="_blank" rel="noopener noreferrer nofollow">mqtt.py</a> file from <a href="https://github.com/pycom/pycom-libraries/tree/master/examples/mqtt" target="_blank" rel="noopener noreferrer nofollow">here</a>, upload it to your device and import it like below:</p>
<pre><code>import mqtt
</code></pre>
<p dir="auto">You might want to check out my youtube video explaining about how to use it.</p>
<p dir="auto"><a href="https://www.youtube.com/watch?v=3NDPSbr5J14&amp;index=3&amp;list=PLS09TA19umCOavPeP_FoMHoCuCzjJUWQk&amp;t=7s" target="_blank" rel="noopener noreferrer nofollow">https://www.youtube.com/watch?v=3NDPSbr5J14&amp;index=3&amp;list=PLS09TA19umCOavPeP_FoMHoCuCzjJUWQk&amp;t=7s</a></p>
]]></description><link>https://forum.pycom.io/post/6848</link><guid isPermaLink="true">https://forum.pycom.io/post/6848</guid><dc:creator><![CDATA[bucknall]]></dc:creator><pubDate>Thu, 27 Apr 2017 12:47:51 GMT</pubDate></item><item><title><![CDATA[Reply to no module named &#x27;mqtt&#x27; !!! on Thu, 27 Apr 2017 20:35:52 GMT]]></title><description><![CDATA[<p dir="auto">As Alex says it's an external library. The file needs to be present alongside your <a href="http://boot.py" target="_blank" rel="noopener noreferrer nofollow">boot.py</a> and <a href="http://main.py" target="_blank" rel="noopener noreferrer nofollow">main.py</a> or in one of the folders in your search path. So when you don't have the <a href="http://mqtt.py" target="_blank" rel="noopener noreferrer nofollow">mqtt.py</a> file it gives that error.</p>
]]></description><link>https://forum.pycom.io/post/6866</link><guid isPermaLink="true">https://forum.pycom.io/post/6866</guid><dc:creator><![CDATA[RobTuDelft]]></dc:creator><pubDate>Thu, 27 Apr 2017 20:35:52 GMT</pubDate></item></channel></rss>