<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Forum du club des développeurs et IT Pro - GUI</title>
		<link>https://www.developpez.net/forums/</link>
		<description><![CDATA[Forum d'entraide sur les bibliothèques pour interfaces graphiques en Python]]></description>
		<language>fr</language>
		<lastBuildDate>Fri, 10 Apr 2026 18:28:45 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>15</ttl>
		<image>
			<url>https://forum.developpez.be/images/misc/rss.png</url>
			<title>Forum du club des développeurs et IT Pro - GUI</title>
			<link>https://www.developpez.net/forums/</link>
		</image>
		<item>
			<title>tkinter module not found python 3</title>
			<link>https://www.developpez.net/forums/showthread.php?t=2182295&amp;goto=newpost</link>
			<pubDate>Wed, 25 Feb 2026 01:34:55 GMT</pubDate>
			<description><![CDATA[Bonjour j'ai installé tkinter...]]></description>
			<content:encoded><![CDATA[<div>Bonjour j'ai installé tkinter pour python 3 mais le module reste introuvable dans mon code :<br />
<br />
j'ai installé tkinter avec la commande suivante : sudo apt-get install python3-tk<br />
<br />
<br />
ma version de python est la suivante : Python 3.11.3<br />
<br />
<br />
et ce code ne fonctionne pas : <br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"><table cellspacing="0" cellpadding="0"><tr><td valign="top" width="33"><div style="border: 1px dashed gray; padding-left: 5px; padding-right: 5px; margin-right: 5px; text-align: right; font-family: monospace">1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br /></div></td><td valign="top"><pre style="margin: 0"><span style="color: #808080;">#!/usr/bin/env python3</span>
<span style="color: #808080;"># -*- coding utf-8 -*-</span>
&nbsp;
<span style="color: #0000ff;">from</span> tkinter <span style="color: #0000ff;">import</span> *
&nbsp;
<span style="color: #0000ff;">def</span> main<span class="br0">&#40;</span><span class="br0">&#41;</span>:
    root = tk.Tk<span class="br0">&#40;</span><span class="br0">&#41;</span>
    root.title<span class="br0">&#40;</span><span style="color: #FF0000;">&quot;Fen&ecirc;tre de base chez Pythonia&quot;</span><span class="br0">&#41;</span>
    label = tk.Label<span class="br0">&#40;</span>root, text=<span style="color: #FF0000;">&quot;Bienvenue dans Tkinter!&quot;</span><span class="br0">&#41;</span>
    label.pack<span class="br0">&#40;</span><span class="br0">&#41;</span>
    root.mainloop<span class="br0">&#40;</span><span class="br0">&#41;</span>
&nbsp;
<span style="color: #0000ff;">if</span> <span style="color: #0080ff;">__name__</span> == <span style="color: #FF0000;">&quot;__main__&quot;</span>:
    main<span class="br0">&#40;</span><span class="br0">&#41;</span></pre></td></tr></table></code><hr />
</div>il me renvoit cette erreur : <br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Citation:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			Traceback (most recent call last):<br />
  File &quot;/home/thib/Desktop/calculatrice_Tkinter/./calculate_tkinter.py&quot;, line 4, in &lt;module&gt;<br />
    import tkinter<br />
  File &quot;/usr/local/lib/python3.11/tkinter/__init__.py&quot;, line 38, in &lt;module&gt;<br />
    import _tkinter # If this fails your Python may not be configured for Tk<br />
    ^^^^^^^^^^^^^^^<br />
ModuleNotFoundError: No module named '_tkinter'
			
		<hr />
	</div>
</div>Merci de m'aider a faire fonctionner tkinter avec python 3<br />
<br />
Bien a vous.<br />
<br />
EDIT : c'est bon j'ai trouvé il fallait simplement installer la dernier version de python la 3.14 via le site officiel.</div>

]]></content:encoded>
			<category domain="https://www.developpez.net/forums/f166/autres-langages/python/gui/">GUI</category>
			<dc:creator>Code Rom</dc:creator>
			<guid isPermaLink="true">https://www.developpez.net/forums/d2182295/autres-langages/python/gui/tkinter-module-not-found-python-3-a/</guid>
		</item>
		<item>
			<title>Question Tableview ttkbootstrap</title>
			<link>https://www.developpez.net/forums/showthread.php?t=2181075&amp;goto=newpost</link>
			<pubDate>Sat, 20 Dec 2025 16:36:24 GMT</pubDate>
			<description><![CDATA[Bonjour à tous 
 
J'ai créé...]]></description>
			<content:encoded><![CDATA[<div>Bonjour à tous<br />
<br />
J'ai créé une Tableview ttkbootstrap , je voudrais savoir si on peut configurer la couleur , la police et autres attributs des colonnes et lignes du tableau. De même peut-on empêcher certaines ou toutes les options qui apparaissent sur clic droit  (voir image)<br />
<br />
Merci<br />
<br />
<img src="https://www.developpez.net/forums/attachments/p672677d1766248367/autres-langages/python/gui/question-tableview-ttkbootstrap/capture-d-ecran-2025-12-20-172514.png/" border="0" alt="Nom : Capture d'écran 2025-12-20 172514.png
Affichages : 163
Taille : 28,1 Ko"  style="float: CONFIG" /></div>


	<div style="padding:10px">

	

	
		<fieldset class="fieldset">
			<legend>Images attachées</legend>
				<div style="padding:10px">
				<img class="attach" src="https://www.developpez.net/forums/attachments/p672677d1766248367/autres-langages/python/gui/question-tableview-ttkbootstrap/capture-d-ecran-2025-12-20-172514.png/" alt="" />&nbsp;
			</div>
		</fieldset>
	

	

	

	</div>
]]></content:encoded>
			<category domain="https://www.developpez.net/forums/f166/autres-langages/python/gui/">GUI</category>
			<dc:creator>tpdmtpdm</dc:creator>
			<guid isPermaLink="true">https://www.developpez.net/forums/d2181075/autres-langages/python/gui/question-tableview-ttkbootstrap/</guid>
		</item>
	</channel>
</rss>
