<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									MicroPythonOS Installation - Components &amp; Programming				            </title>
            <link>https://forum.dronebotworkshop.com/components/micropythonos-installation/</link>
            <description>Discussion board for Robotics, Arduino, Raspberry Pi and other DIY electronics and modules. Join us today!</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 04 Sep 2026 20:04:23 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: MicroPythonOS Installation</title>
                        <link>https://forum.dronebotworkshop.com/components/micropythonos-installation/#post-52401</link>
                        <pubDate>Fri, 27 Mar 2026 18:54:20 +0000</pubDate>
                        <description><![CDATA[@dronebot-workshop I know the touch screen is not the best of breed, however it is a handy and versatile board that&#039;s low cost means many people can access it for their ideas.]]></description>
                        <content:encoded><![CDATA[@dronebot-workshop I know the touch screen is not the best of breed, however it is a handy and versatile board that's low cost means many people can access it for their ideas.]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/components/">Components &amp; Programming</category>                        <dc:creator>Westislander</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/components/micropythonos-installation/#post-52401</guid>
                    </item>
				                    <item>
                        <title>RE: MicroPythonOS Installation</title>
                        <link>https://forum.dronebotworkshop.com/components/micropythonos-installation/#post-52400</link>
                        <pubDate>Fri, 27 Mar 2026 14:12:22 +0000</pubDate>
                        <description><![CDATA[@westislander Yes, it is one of the boards they are discussing in the Telegram chat.  Of course, the original CYD is a resistive display, so performance may not be as good as that of capacit...]]></description>
                        <content:encoded><![CDATA[<p>@westislander Yes, it is one of the boards they are discussing in the Telegram chat.  Of course, the original CYD is a resistive display, so performance may not be as good as that of capacitive displays, but it's certainly a popular board.</p>
<p>BTW, they released MicroPythonOS version 0.9 yesterday.</p>
<p>&#x1f60e;</p>
<p>Bill</p>
<p>&nbsp;</p>
<p>&nbsp;</p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/components/">Components &amp; Programming</category>                        <dc:creator>DroneBot Workshop</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/components/micropythonos-installation/#post-52400</guid>
                    </item>
				                    <item>
                        <title>RE: MicroPythonOS Installation</title>
                        <link>https://forum.dronebotworkshop.com/components/micropythonos-installation/#post-52393</link>
                        <pubDate>Fri, 27 Mar 2026 10:18:06 +0000</pubDate>
                        <description><![CDATA[It looks really interesting. I didn&#039;t see a version for the (in)famous &quot;Cheap Yellow Display&quot; computer. Is it in the pipeline?
&nbsp;]]></description>
                        <content:encoded><![CDATA[<p>It looks really interesting. I didn't see a version for the (in)famous "Cheap Yellow Display" computer. Is it in the pipeline?</p>
<p>&nbsp;</p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/components/">Components &amp; Programming</category>                        <dc:creator>Westislander</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/components/micropythonos-installation/#post-52393</guid>
                    </item>
				                    <item>
                        <title>RE: MicroPythonOS Installation</title>
                        <link>https://forum.dronebotworkshop.com/components/micropythonos-installation/#post-52390</link>
                        <pubDate>Fri, 27 Mar 2026 02:04:15 +0000</pubDate>
                        <description><![CDATA[The core issue is that your MicroPythonOS install is missing the entire lib directory and its associated files—the essential core files/submodules are absent from your setup.
 
First, back...]]></description>
                        <content:encoded><![CDATA[<div>The core issue is that your MicroPythonOS install is missing the entire <span style="color: #3366ff">lib</span> directory and its associated files—the essential core files/submodules are absent from your setup.</div>
<div> </div>
<div>First, back up your current directory with this command:<span style="color: #3366ff">mv ~/MicroPythonOS ~/MicroPythonOS_bak</span></div>
<div> </div>
<div>Then clone the full, complete source code (this will automatically pull all missing directories and files):
<div> </div>
<span style="color: #3366ff">git clone --recurse-submodules https://github.com/micropythonos/micropythonos.git ~/MicroPythonOS</span></div>
<div> </div>
<div>Once this is done, the <span style="color: #3366ff">lib/mpos/webserver/webrepl_http.py</span> file will be there. Next, replace the single <span style="color: #3366ff">import _webrepl</span> line in that file with the try/except error-handling code Bill suggested, then re-run the script:
<div> </div>
<span style="color: #3366ff">./scripts/run_desktop.sh</span></div>
<div> </div>
<div>This should get it working for you!</div>
<div> </div>
<div>Yassin</div>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/components/">Components &amp; Programming</category>                        <dc:creator>Yassin</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/components/micropythonos-installation/#post-52390</guid>
                    </item>
				                    <item>
                        <title>RE: MicroPythonOS Installation</title>
                        <link>https://forum.dronebotworkshop.com/components/micropythonos-installation/#post-52387</link>
                        <pubDate>Thu, 26 Mar 2026 21:44:17 +0000</pubDate>
                        <description><![CDATA[Hi BNill,
&nbsp;
Thanks for the reply. I don&#039;t seem to have the file:
/MicroPythonOS/lib/mpos/webserver/webrepl_http.py
&nbsp;
in fact I do not even have the /lib directory
&nbsp;
Che...]]></description>
                        <content:encoded><![CDATA[<p>Hi BNill,</p>
<p>&nbsp;</p>
<p>Thanks for the reply. I don't seem to have the file:</p>
<p><span>/MicroPythonOS/lib/mpos/webserver/webrepl_http.py</span></p>
<p>&nbsp;</p>
<p>in fact I do not even have the /lib directory</p>
<p>&nbsp;</p>
<p>Cheers</p>
<p>&nbsp;</p>
<p>Ian</p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/components/">Components &amp; Programming</category>                        <dc:creator>ruffrecords</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/components/micropythonos-installation/#post-52387</guid>
                    </item>
				                    <item>
                        <title>RE: MicroPythonOS Installation</title>
                        <link>https://forum.dronebotworkshop.com/components/micropythonos-installation/#post-52386</link>
                        <pubDate>Thu, 26 Mar 2026 15:30:16 +0000</pubDate>
                        <description><![CDATA[I hope this is the right place for this.  I watched the Video on micropythonOS and went through the installation on Linux.  My question is &quot;How different is it to install on MacOS than Linux...]]></description>
                        <content:encoded><![CDATA[<p>I hope this is the right place for this.  I watched the Video on micropythonOS and went through the installation on Linux.  My question is "How different is it to install on MacOS than Linux?"</p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/components/">Components &amp; Programming</category>                        <dc:creator>juno_65</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/components/micropythonos-installation/#post-52386</guid>
                    </item>
				                    <item>
                        <title>RE: MicroPythonOS Installation</title>
                        <link>https://forum.dronebotworkshop.com/components/micropythonos-installation/#post-52384</link>
                        <pubDate>Thu, 26 Mar 2026 03:27:49 +0000</pubDate>
                        <description><![CDATA[This is not an uncommon problem, and I should update the article to reflect this - many Ubuntu installations don&#039;t have the _webrepl module.  One of my workstations had the same problem.
Mo...]]></description>
                        <content:encoded><![CDATA[<p>This is not an uncommon problem, and I should update the article to reflect this - many Ubuntu installations don't have the _webrepl module.  One of my workstations had the same problem.</p>
<p>Modify the following file, and it should work - ~/MicroPythonOS/lib/mpos/webserver/webrepl_http.py</p>
<p>Replace the <em>import _webrep</em>l line with this:</p>
<pre contenteditable="false">try:
    import _webrepl
except ImportError:
    _webrepl = None</pre>
<p>&#x1f60e;</p>
<p>Bill</p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/components/">Components &amp; Programming</category>                        <dc:creator>DroneBot Workshop</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/components/micropythonos-installation/#post-52384</guid>
                    </item>
				                    <item>
                        <title>MicroPythonOS Installation</title>
                        <link>https://forum.dronebotworkshop.com/components/micropythonos-installation/#post-52378</link>
                        <pubDate>Wed, 25 Mar 2026 23:34:19 +0000</pubDate>
                        <description><![CDATA[I successfully worked my way through the cheat sheet only to fall at the last hurdle. When I tried to run the Linux desktop version I got the following error:
itb@workshopnewubuntu:~/MicroP...]]></description>
                        <content:encoded><![CDATA[<p>I successfully worked my way through the cheat sheet only to fall at the last hurdle. When I tried to run the Linux desktop version I got the following error:</p>
<div>itb@workshopnewubuntu:~/MicroPythonOS$ ./scripts/run_desktop.sh<br />Usage:<br />./scripts/run_desktop.sh # with no arguments just starts it up normally<br />./scripts/run_desktop.sh scriptfile.py # doesn't initialize anything, just runs scriptfile.py directly<br />./scripts/run_desktop.sh appname # starts the app by appname, for example: com.example.helloworld<br />Running on Linux<br />~/MicroPythonOS/internal_filesystem ~/MicroPythonOS<br />sys.version=3.4.0; LVGL (9.3.0) MicroPython (1.25.0) Binding compiled on 2026-02-11<br />sys.implementation=(name='micropython', version=(1, 25, 0, ''), _machine='linux  version', _mpy=2822, _build='standard')<br />Free space on root filesystem:<br />total_space=490574913536 / used_space=267983745024 / free_space=222591168512 bytes<br />RAM: 8289088 free, 2240 allocated, 8291328 total<br />Passing execution over to mpos.main<br />Traceback (most recent call last):<br />File "main.py", line 31, in &lt;module&gt;<br />File "lib/mpos/__init__.py", line 22, in &lt;module&gt;<br />File "lib/mpos/webserver/__init__.py", line 3, in &lt;module&gt;<br />File "lib/mpos/webserver/webrepl_http.py", line 5, in &lt;module&gt;<br />ImportError: no module named '_webrepl'<br />~/MicroPythonOS</div>
<p>Basically I seem to be missing the _webrel module but I do not see where in the cheat sheet this is installed.</p>
<p>&nbsp;</p>
<p>Any help appreciated.</p>
<p>&nbsp;</p>
<p>Cheers</p>
<p>&nbsp;</p>
<p>Ian</p>]]></content:encoded>
						                            <category domain="https://forum.dronebotworkshop.com/components/">Components &amp; Programming</category>                        <dc:creator>ruffrecords</dc:creator>
                        <guid isPermaLink="true">https://forum.dronebotworkshop.com/components/micropythonos-installation/#post-52378</guid>
                    </item>
							        </channel>
        </rss>
		