<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Install and Use Thonny Python IDE on Linux	</title>
	<atom:link href="https://www.tecmint.com/thonny-python-ide/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/thonny-python-ide/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 14 May 2024 06:47:16 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Romain		</title>
		<link>https://www.tecmint.com/thonny-python-ide/comment-page-1/#comment-2170595</link>

		<dc:creator><![CDATA[Romain]]></dc:creator>
		<pubDate>Tue, 14 May 2024 06:47:16 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=38634#comment-2170595</guid>

					<description><![CDATA[Thonny can now be installed through the package manager for Debian/Ubuntu and Fedora distros: https://github.com/thonny/thonny/wiki/Linux]]></description>
			<content:encoded><![CDATA[<p>Thonny can now be installed through the package manager for Debian/Ubuntu and Fedora distros: <a target="_blank" href="https://github.com/thonny/thonny/wiki/Linux" rel="nofollow ugc">https://github.com/thonny/thonny/wiki/Linux</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Fernando Saraiva		</title>
		<link>https://www.tecmint.com/thonny-python-ide/comment-page-1/#comment-1570818</link>

		<dc:creator><![CDATA[Fernando Saraiva]]></dc:creator>
		<pubDate>Wed, 18 Aug 2021 16:25:27 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=38634#comment-1570818</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/thonny-python-ide/comment-page-1/#comment-1513733&quot;&gt;David&lt;/a&gt;.

You can fix that &lt;strong&gt;Tkinter&lt;/strong&gt; error by installing Python:
&lt;pre&gt;
&#062; sudo apt-get install python3-tk
&lt;/pre&gt;
It worked for me, I was able to run Thonny after that.

Had to run it from &lt;strong&gt;~/.local/bin/thonny&lt;/strong&gt;, not the path I expected but it works.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/thonny-python-ide/comment-page-1/#comment-1513733">David</a>.</p>
<p>You can fix that <strong>Tkinter</strong> error by installing Python:</p>
<pre>
&gt; sudo apt-get install python3-tk
</pre>
<p>It worked for me, I was able to run Thonny after that.</p>
<p>Had to run it from <strong>~/.local/bin/thonny</strong>, not the path I expected but it works.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: David		</title>
		<link>https://www.tecmint.com/thonny-python-ide/comment-page-1/#comment-1513733</link>

		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Mon, 31 May 2021 13:20:53 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=38634#comment-1513733</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/thonny-python-ide/comment-page-1/#comment-1485206&quot;&gt;Mike&lt;/a&gt;.

Not in the &lt;strong&gt;Buster&lt;/strong&gt; repos, so I installed using &lt;strong&gt;pip3&lt;/strong&gt;.

Has to be started from &lt;strong&gt;/usr/bin&lt;/strong&gt; - not good.

then... at this point, I gave up. User friendly is something else.
&lt;pre&gt;
Traceback (most recent call last):
  File &quot;/usr/local/bin/./thonny&quot;, line 8, in 
    sys.exit(launch())
  File &quot;/usr/local/lib/python3.9/dist-packages/thonny/__init__.py&quot;, line 213, in launch
    from thonny import ui_utils
  File &quot;/usr/local/lib/python3.9/dist-packages/thonny/ui_utils.py&quot;, line 14, in 
    import tkinter as tk
ModuleNotFoundError: No module named &#039;tkinter&#039;
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/thonny-python-ide/comment-page-1/#comment-1485206">Mike</a>.</p>
<p>Not in the <strong>Buster</strong> repos, so I installed using <strong>pip3</strong>.</p>
<p>Has to be started from <strong>/usr/bin</strong> &#8211; not good.</p>
<p>then&#8230; at this point, I gave up. User friendly is something else.</p>
<pre>
Traceback (most recent call last):
  File "/usr/local/bin/./thonny", line 8, in 
    sys.exit(launch())
  File "/usr/local/lib/python3.9/dist-packages/thonny/__init__.py", line 213, in launch
    from thonny import ui_utils
  File "/usr/local/lib/python3.9/dist-packages/thonny/ui_utils.py", line 14, in 
    import tkinter as tk
ModuleNotFoundError: No module named 'tkinter'
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mike		</title>
		<link>https://www.tecmint.com/thonny-python-ide/comment-page-1/#comment-1485206</link>

		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Mon, 03 May 2021 13:22:54 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=38634#comment-1485206</guid>

					<description><![CDATA[Thank you for the Thonny installation instructions!
]]></description>
			<content:encoded><![CDATA[<p>Thank you for the Thonny installation instructions!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
