<?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: Creating a GUI in Python using Tkinter</title>
	<atom:link href="http://www.learningpython.com/2006/02/08/creating-a-gui-in-python-using-tkinter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learningpython.com/2006/02/08/creating-a-gui-in-python-using-tkinter/</link>
	<description>one man&#039;s journey into python...</description>
	<lastBuildDate>Sat, 18 May 2013 08:33:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Tom</title>
		<link>http://www.learningpython.com/2006/02/08/creating-a-gui-in-python-using-tkinter/comment-page-1/#comment-193342</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 26 May 2011 03:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=11#comment-193342</guid>
		<description>Please check out my website for some great Tkinter learning examples!

http://sites.google.com/site/pythonprojects0/home</description>
		<content:encoded><![CDATA[<p>Please check out my website for some great Tkinter learning examples!</p>
<p><a href="http://sites.google.com/site/pythonprojects0/home" rel="nofollow">http://sites.google.com/site/pythonprojects0/home</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.learningpython.com/2006/02/08/creating-a-gui-in-python-using-tkinter/comment-page-1/#comment-193341</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 26 May 2011 03:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=11#comment-193341</guid>
		<description>Please check out my website for some great Tkinter examples!

http://sites.google.com/site/pythonprojects0/home</description>
		<content:encoded><![CDATA[<p>Please check out my website for some great Tkinter examples!</p>
<p><a href="http://sites.google.com/site/pythonprojects0/home" rel="nofollow">http://sites.google.com/site/pythonprojects0/home</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruwan Wickramarachchi</title>
		<link>http://www.learningpython.com/2006/02/08/creating-a-gui-in-python-using-tkinter/comment-page-1/#comment-190728</link>
		<dc:creator>Ruwan Wickramarachchi</dc:creator>
		<pubDate>Thu, 21 Apr 2011 16:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=11#comment-190728</guid>
		<description>Thnx a lot. This is the best tutorial i&#039;ve found for Tkinter GUI development.
Written in a simple way along with the screencaps..

Keep up the Good Work..!!</description>
		<content:encoded><![CDATA[<p>Thnx a lot. This is the best tutorial i&#8217;ve found for Tkinter GUI development.<br />
Written in a simple way along with the screencaps..</p>
<p>Keep up the Good Work..!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gord Goebel</title>
		<link>http://www.learningpython.com/2006/02/08/creating-a-gui-in-python-using-tkinter/comment-page-1/#comment-176654</link>
		<dc:creator>Gord Goebel</dc:creator>
		<pubDate>Sun, 05 Dec 2010 00:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=11#comment-176654</guid>
		<description>So the next question would be whether there is a way to have something like the following:

if environment  IDLE:
    guiFrame.mainloop()

Gordie.</description>
		<content:encoded><![CDATA[<p>So the next question would be whether there is a way to have something like the following:</p>
<p>if environment  IDLE:<br />
    guiFrame.mainloop()</p>
<p>Gordie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gord Goebel</title>
		<link>http://www.learningpython.com/2006/02/08/creating-a-gui-in-python-using-tkinter/comment-page-1/#comment-176652</link>
		<dc:creator>Gord Goebel</dc:creator>
		<pubDate>Sun, 05 Dec 2010 00:36:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=11#comment-176652</guid>
		<description>Fixed!

For everyone else&#039;s benefit (or at least, anybody as nube as I) I found this in another tutorial (http://www.ferg.org/thinking_in_tkinter/index.html):

&quot;Note that you should not run these programs under IDLE.   IDLE is itself a Tkinter application, with its own &quot;mainloop&quot; that will conflict with the mainloop in these programs. If you really want to view and run these programs using IDLE, then -- for each program -- you should comment out the &quot;mainloop&quot; statement in the program before running it.&quot;

Hope this saves someone else from pulling out their hair.

Gordie.</description>
		<content:encoded><![CDATA[<p>Fixed!</p>
<p>For everyone else&#8217;s benefit (or at least, anybody as nube as I) I found this in another tutorial (<a href="http://www.ferg.org/thinking_in_tkinter/index.html" rel="nofollow">http://www.ferg.org/thinking_in_tkinter/index.html</a>):</p>
<p>&#8220;Note that you should not run these programs under IDLE.   IDLE is itself a Tkinter application, with its own &#8220;mainloop&#8221; that will conflict with the mainloop in these programs. If you really want to view and run these programs using IDLE, then &#8212; for each program &#8212; you should comment out the &#8220;mainloop&#8221; statement in the program before running it.&#8221;</p>
<p>Hope this saves someone else from pulling out their hair.</p>
<p>Gordie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gord Goebel</title>
		<link>http://www.learningpython.com/2006/02/08/creating-a-gui-in-python-using-tkinter/comment-page-1/#comment-176651</link>
		<dc:creator>Gord Goebel</dc:creator>
		<pubDate>Sun, 05 Dec 2010 00:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=11#comment-176651</guid>
		<description>I ran the Hello World GUI example (in IDLE3) and it worked fine but when I closed it the window disappeared but I didn&#039;t get a new prompt in the python shell and when I tried to run it again I got a popup warning me that there was a script still running plus the following text in the python shell.

Exception in Tkinter callback
Traceback (most recent call last):
  File &quot;/usr/lib/python3.1/tkinter/__init__.py&quot;, line 1402, in __call__
    return self.func(*args)
  File &quot;/usr/lib/python3.1/idlelib/ScriptBinding.py&quot;, line 156, in run_module_event
    interp.runcode(code)
  File &quot;/usr/lib/python3.1/idlelib/PyShell.py&quot;, line 698, in runcode
    self.interp.restart_subprocess()
AttributeError: &#039;ModifiedInterpreter&#039; object has no attribute &#039;interp&#039;

What does it mean?

Gordie.</description>
		<content:encoded><![CDATA[<p>I ran the Hello World GUI example (in IDLE3) and it worked fine but when I closed it the window disappeared but I didn&#8217;t get a new prompt in the python shell and when I tried to run it again I got a popup warning me that there was a script still running plus the following text in the python shell.</p>
<p>Exception in Tkinter callback<br />
Traceback (most recent call last):<br />
  File &#8220;/usr/lib/python3.1/tkinter/__init__.py&#8221;, line 1402, in __call__<br />
    return self.func(*args)<br />
  File &#8220;/usr/lib/python3.1/idlelib/ScriptBinding.py&#8221;, line 156, in run_module_event<br />
    interp.runcode(code)<br />
  File &#8220;/usr/lib/python3.1/idlelib/PyShell.py&#8221;, line 698, in runcode<br />
    self.interp.restart_subprocess()<br />
AttributeError: &#8216;ModifiedInterpreter&#8217; object has no attribute &#8216;interp&#8217;</p>
<p>What does it mean?</p>
<p>Gordie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonio Pereira</title>
		<link>http://www.learningpython.com/2006/02/08/creating-a-gui-in-python-using-tkinter/comment-page-1/#comment-150754</link>
		<dc:creator>Antonio Pereira</dc:creator>
		<pubDate>Wed, 16 Sep 2009 21:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=11#comment-150754</guid>
		<description>How about if I wish to add 2 textboxes instead of just one?

I know how to create them, connect them, but what can I do con concatenate the contents of 2 or more text boxes?

thenks!</description>
		<content:encoded><![CDATA[<p>How about if I wish to add 2 textboxes instead of just one?</p>
<p>I know how to create them, connect them, but what can I do con concatenate the contents of 2 or more text boxes?</p>
<p>thenks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matteo</title>
		<link>http://www.learningpython.com/2006/02/08/creating-a-gui-in-python-using-tkinter/comment-page-1/#comment-150500</link>
		<dc:creator>Matteo</dc:creator>
		<pubDate>Fri, 11 Sep 2009 14:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=11#comment-150500</guid>
		<description>Hi, i&#039;m try to run this application but i received this messagge from the interpreter :

 _default_root = Tk()
  File /usr/lib/python2.5/lib-tk/Tkinter.py, line 1650, in __init__
    self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use)
_tkinter.TclError: couldn&#039;t connect to display :0\n
can i help me ? 
thanks</description>
		<content:encoded><![CDATA[<p>Hi, i&#8217;m try to run this application but i received this messagge from the interpreter :</p>
<p> _default_root = Tk()<br />
  File /usr/lib/python2.5/lib-tk/Tkinter.py, line 1650, in __init__<br />
    self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use)<br />
_tkinter.TclError: couldn&#8217;t connect to display :0\n<br />
can i help me ?<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: afordable long term health ins quotas etna of chesapeake virginia</title>
		<link>http://www.learningpython.com/2006/02/08/creating-a-gui-in-python-using-tkinter/comment-page-1/#comment-146286</link>
		<dc:creator>afordable long term health ins quotas etna of chesapeake virginia</dc:creator>
		<pubDate>Mon, 01 Jun 2009 07:04:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=11#comment-146286</guid>
		<description>&lt;strong&gt;afordable long term health ins quotas etna of chesapeake virginia...&lt;/strong&gt;

cantors courters,Dijkstra wavers condemner weasels ...</description>
		<content:encoded><![CDATA[<p><strong>afordable long term health ins quotas etna of chesapeake virginia&#8230;</strong></p>
<p>cantors courters,Dijkstra wavers condemner weasels &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nadia</title>
		<link>http://www.learningpython.com/2006/02/08/creating-a-gui-in-python-using-tkinter/comment-page-1/#comment-137790</link>
		<dc:creator>Nadia</dc:creator>
		<pubDate>Fri, 06 Mar 2009 09:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=11#comment-137790</guid>
		<description>I just found out. It&#039;s tkinter and no longer Tkinter.</description>
		<content:encoded><![CDATA[<p>I just found out. It&#8217;s tkinter and no longer Tkinter.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
