<?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"
	>
<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>
	<pubDate>Sun, 06 Jul 2008 23:35:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>By: Abhishek</title>
		<link>http://www.learningpython.com/2006/02/08/creating-a-gui-in-python-using-tkinter/#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-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>
	<item>
		<title>By: Selva</title>
		<link>http://www.learningpython.com/2006/02/08/creating-a-gui-in-python-using-tkinter/#comment-83042</link>
		<dc:creator>Selva</dc:creator>
		<pubDate>Mon, 12 May 2008 09:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=11#comment-83042</guid>
		<description>Hai, 
your website tutorials are really good. Could you please tell me where I can find a complete tutorials to Tkinter. It would be quite helpful for me as i am a beginner in GUI building using python.</description>
		<content:encoded><![CDATA[<p>Hai,<br />
your website tutorials are really good. Could you please tell me where I can find a complete tutorials to Tkinter. It would be quite helpful for me as i am a beginner in GUI building using python.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K.E.M</title>
		<link>http://www.learningpython.com/2006/02/08/creating-a-gui-in-python-using-tkinter/#comment-82296</link>
		<dc:creator>K.E.M</dc:creator>
		<pubDate>Fri, 09 May 2008 07:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=11#comment-82296</guid>
		<description>Hi,

I wish to create a dropdown with Tkinter. Is it possible?

thanks very much</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I wish to create a dropdown with Tkinter. Is it possible?</p>
<p>thanks very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: warrogy</title>
		<link>http://www.learningpython.com/2006/02/08/creating-a-gui-in-python-using-tkinter/#comment-54206</link>
		<dc:creator>warrogy</dc:creator>
		<pubDate>Fri, 30 Nov 2007 12:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=11#comment-54206</guid>
		<description>The Author, you - genius...  
http://srubibablo.com 
 Thanks much!</description>
		<content:encoded><![CDATA[<p>The Author, you - genius&#8230;<br />
<a href="http://srubibablo.com" rel="nofollow">http://srubibablo.com</a><br />
 Thanks much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amyuqt</title>
		<link>http://www.learningpython.com/2006/02/08/creating-a-gui-in-python-using-tkinter/#comment-49668</link>
		<dc:creator>Amyuqt</dc:creator>
		<pubDate>Tue, 23 Oct 2007 13:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=11#comment-49668</guid>
		<description>you very good in writing. write more!</description>
		<content:encoded><![CDATA[<p>you very good in writing. write more!</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-20910</link>
		<dc:creator>selsine</dc:creator>
		<pubDate>Sat, 05 May 2007 15:48:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=11#comment-20910</guid>
		<description>Hi Russ,

If you wanted to do this, simply call the entry field's get() function:

[code lang="python"]
myvariable = self.enText.get()
[/code]

That would set myvariable to be equal to the contents of the entry field.</description>
		<content:encoded><![CDATA[<p>Hi Russ,</p>
<p>If you wanted to do this, simply call the entry field&#8217;s get() function:</p>
<div class="hl-surround" style="height:28px;"><div class="hl-main"><pre><span class="hl-identifier">myvariable</span><span class="hl-default"> = </span><span class="hl-identifier">self</span><span class="hl-default">.</span><span class="hl-identifier">enText</span><span class="hl-default">.</span><span class="hl-identifier">get</span><span class="hl-brackets">()</span></pre></div></div>
<p>That would set myvariable to be equal to the contents of the entry field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: russ</title>
		<link>http://www.learningpython.com/2006/02/08/creating-a-gui-in-python-using-tkinter/#comment-19982</link>
		<dc:creator>russ</dc:creator>
		<pubDate>Tue, 01 May 2007 12:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=11#comment-19982</guid>
		<description>A (hopefully not) dumb question.....

I am trying to save the test typed into the "Entry" field to a file.  How would I "capture" that text in a variable?

Thanks!</description>
		<content:encoded><![CDATA[<p>A (hopefully not) dumb question&#8230;..</p>
<p>I am trying to save the test typed into the &#8220;Entry&#8221; field to a file.  How would I &#8220;capture&#8221; that text in a variable?</p>
<p>Thanks!</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-3715</link>
		<dc:creator>selsine</dc:creator>
		<pubDate>Thu, 26 Oct 2006 13:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=11#comment-3715</guid>
		<description>Hey legalpython,

I'm not exactly sure what you mean by console commands?  Do you mean something like outputting text to the command line (or console)?  If so yes it is totally possible to mix both commands.  

You could definitely have a console application that displays a message box from time to time.  There is nothing, that I know of, in python that would stop you from doing this.</description>
		<content:encoded><![CDATA[<p>Hey legalpython,</p>
<p>I&#8217;m not exactly sure what you mean by console commands?  Do you mean something like outputting text to the command line (or console)?  If so yes it is totally possible to mix both commands.  </p>
<p>You could definitely have a console application that displays a message box from time to time.  There is nothing, that I know of, in python that would stop you from doing this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: legalpython</title>
		<link>http://www.learningpython.com/2006/02/08/creating-a-gui-in-python-using-tkinter/#comment-3545</link>
		<dc:creator>legalpython</dc:creator>
		<pubDate>Sun, 22 Oct 2006 12:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=11#comment-3545</guid>
		<description>Is it possible to mix gui commands and console commands ? So that i can show
a gui messagebox and then use the normal console commands in my script ?</description>
		<content:encoded><![CDATA[<p>Is it possible to mix gui commands and console commands ? So that i can show<br />
a gui messagebox and then use the normal console commands in my script ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
