<?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's journey into python...</description>
	<lastBuildDate>Sat, 13 Mar 2010 17:55:38 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
	<item>
		<title>By: Nadia</title>
		<link>http://www.learningpython.com/2006/02/08/creating-a-gui-in-python-using-tkinter/comment-page-1/#comment-137642</link>
		<dc:creator>Nadia</dc:creator>
		<pubDate>Thu, 05 Mar 2009 12:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=11#comment-137642</guid>
		<description>Hello,

I am learning Python through &quot;Think Python an Intro to software design&quot; by Allen. I am now in Chapter 3. This book is based on v2.* and there is already a v3. However, the book has footnotes regarding some changes in v2, so I decided to use IDLE for v3. 

Since I am interested in GUI programming in Python, I was disappointed when Example One code did not run in IDLE v3. I need your advise whether to use v2 of IDLE and learn later the v3.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I am learning Python through &#8220;Think Python an Intro to software design&#8221; by Allen. I am now in Chapter 3. This book is based on v2.* and there is already a v3. However, the book has footnotes regarding some changes in v2, so I decided to use IDLE for v3. </p>
<p>Since I am interested in GUI programming in Python, I was disappointed when Example One code did not run in IDLE v3. I need your advise whether to use v2 of IDLE and learn later the v3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dealing blac jack</title>
		<link>http://www.learningpython.com/2006/02/08/creating-a-gui-in-python-using-tkinter/comment-page-1/#comment-124942</link>
		<dc:creator>dealing blac jack</dc:creator>
		<pubDate>Mon, 10 Nov 2008 14:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=11#comment-124942</guid>
		<description>&lt;strong&gt;dealing blac jack...&lt;/strong&gt;

Michele Lucifer questionings ...</description>
		<content:encoded><![CDATA[<p><strong>dealing blac jack&#8230;</strong></p>
<p>Michele Lucifer questionings &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: selsine</title>
		<link>http://www.learningpython.com/2006/02/08/creating-a-gui-in-python-using-tkinter/comment-page-1/#comment-107604</link>
		<dc:creator>selsine</dc:creator>
		<pubDate>Tue, 19 Aug 2008 13:21:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=11#comment-107604</guid>
		<description>Hi yahnie,

I don&#039;t think it&#039;s possible. It may be and I just don&#039;t know about it. But it seems as though that&#039;s a mix or server and client stuff.</description>
		<content:encoded><![CDATA[<p>Hi yahnie,</p>
<p>I don&#8217;t think it&#8217;s possible. It may be and I just don&#8217;t know about it. But it seems as though that&#8217;s a mix or server and client stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yahnie</title>
		<link>http://www.learningpython.com/2006/02/08/creating-a-gui-in-python-using-tkinter/comment-page-1/#comment-107471</link>
		<dc:creator>yahnie</dc:creator>
		<pubDate>Tue, 19 Aug 2008 02:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=11#comment-107471</guid>
		<description>Is it possible to have a hyperlink in the webpage and upon clicking the said hyperlink the tkinter will appear? if so, then how could it be done? thanks in advance for the reply..</description>
		<content:encoded><![CDATA[<p>Is it possible to have a hyperlink in the webpage and upon clicking the said hyperlink the tkinter will appear? if so, then how could it be done? thanks in advance for the reply..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhishek</title>
		<link>http://www.learningpython.com/2006/02/08/creating-a-gui-in-python-using-tkinter/comment-page-1/#comment-87727</link>
		<dc:creator>Abhishek</dc:creator>
		<pubDate>Mon, 02 Jun 2008 06:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=11#comment-87727</guid>
		<description>Thanks a lot I am able to design some window now. I need more interactive think like I want to provide Hyperlink to the text dispalyed in window</description>
		<content:encoded><![CDATA[<p>Thanks a lot I am able to design some window now. I need more interactive think like I want to provide Hyperlink to the text dispalyed in window</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: da_perama</title>
		<link>http://www.learningpython.com/2006/02/08/creating-a-gui-in-python-using-tkinter/comment-page-1/#comment-83673</link>
		<dc:creator>da_perama</dc:creator>
		<pubDate>Thu, 15 May 2008 06:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=11#comment-83673</guid>
		<description>Very nice job introducing gui in python, simple and helpfull.
Thank you.</description>
		<content:encoded><![CDATA[<p>Very nice job introducing gui in python, simple and helpfull.<br />
Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
