<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Creating a GUI using PyGTK and Glade</title>
	<link>http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/</link>
	<description>one man's journey into python...</description>
	<pubDate>Sat, 17 May 2008 03:39:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.2</generator>

	<item>
 		<title>Comment on Creating a GUI using PyGTK and Glade by: Fabio Varesano</title>
		<link>http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/#comment-75920</link>
		<pubDate>Tue, 22 Apr 2008 13:20:45 +0000</pubDate>
		<guid>http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/#comment-75920</guid>
					<description>Thank you for this guide.. it helped a lot doing my first steps in Python/GLADE programming! Thanks!</description>
		<content:encoded><![CDATA[	<p>Thank you for this guide.. it helped a lot doing my first steps in Python/GLADE programming! Thanks!
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on Creating a GUI using PyGTK and Glade by: selsine</title>
		<link>http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/#comment-66456</link>
		<pubDate>Mon, 24 Mar 2008 13:45:08 +0000</pubDate>
		<guid>http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/#comment-66456</guid>
					<description>Hi Trundle,

Thanks for the comment. In general I think it's a mistake to have the imports in a try-except block the way that I do in this tutorial, unless it's for an optional module. This tutorial is just a bit old and I thought I was being smart at the time.  Thanks for the information!</description>
		<content:encoded><![CDATA[	<p>Hi Trundle,</p>
	<p>Thanks for the comment. In general I think it&#8217;s a mistake to have the imports in a try-except block the way that I do in this tutorial, unless it&#8217;s for an optional module. This tutorial is just a bit old and I thought I was being smart at the time.  Thanks for the information!
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on Creating a GUI using PyGTK and Glade by: Trundle</title>
		<link>http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/#comment-66358</link>
		<pubDate>Sun, 23 Mar 2008 19:33:51 +0000</pubDate>
		<guid>http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/#comment-66358</guid>
					<description>`pygtk.require` inside a try-except-block does not make no sense at all because `pygtk.require` raises an AssertionError if the required version doesn't match with the versions installed, which would be caught by the except-block.</description>
		<content:encoded><![CDATA[	<p>`pygtk.require` inside a try-except-block does not make no sense at all because `pygtk.require` raises an AssertionError if the required version doesn&#8217;t match with the versions installed, which would be caught by the except-block.
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on Creating a GUI using PyGTK and Glade by: selsine</title>
		<link>http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/#comment-62568</link>
		<pubDate>Fri, 22 Feb 2008 02:47:59 +0000</pubDate>
		<guid>http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/#comment-62568</guid>
					<description>Hi Ben,

Thanks for the catch, I've updated the tutorial. Happy hacking!</description>
		<content:encoded><![CDATA[	<p>Hi Ben,</p>
	<p>Thanks for the catch, I&#8217;ve updated the tutorial. Happy hacking!
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on Creating a GUI using PyGTK and Glade by: Ben</title>
		<link>http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/#comment-60614</link>
		<pubDate>Tue, 05 Feb 2008 09:14:12 +0000</pubDate>
		<guid>http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/#comment-60614</guid>
					<description>Thanks! I've been looking around for a nice beginners tutorial. One trivial comment, in your python code the glade file is in lower case - pyhelloworld.glade, but in your tutorial you refer to saving it as PyHelloWorld.glade (which is what I saved it as). Because I cut and paste to create the program, rather than just compiling your files, the naming mismatch broke the program. I know it's easy fixed...but might throw a real beginner</description>
		<content:encoded><![CDATA[	<p>Thanks! I&#8217;ve been looking around for a nice beginners tutorial. One trivial comment, in your python code the glade file is in lower case - pyhelloworld.glade, but in your tutorial you refer to saving it as PyHelloWorld.glade (which is what I saved it as). Because I cut and paste to create the program, rather than just compiling your files, the naming mismatch broke the program. I know it&#8217;s easy fixed&#8230;but might throw a real beginner
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on Creating a GUI using PyGTK and Glade by: Shams</title>
		<link>http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/#comment-59523</link>
		<pubDate>Mon, 28 Jan 2008 03:43:15 +0000</pubDate>
		<guid>http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/#comment-59523</guid>
					<description>Great tutorial! I'm an absolute beginner when it comes to writing applications on Linux/Unix, but this tutorial did a good job in helping me write my first Linux application with a GUI. Hope to see more of this soon.</description>
		<content:encoded><![CDATA[	<p>Great tutorial! I&#8217;m an absolute beginner when it comes to writing applications on Linux/Unix, but this tutorial did a good job in helping me write my first Linux application with a GUI. Hope to see more of this soon.
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on Creating a GUI using PyGTK and Glade by: Petebow4</title>
		<link>http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/#comment-59278</link>
		<pubDate>Fri, 25 Jan 2008 21:53:07 +0000</pubDate>
		<guid>http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/#comment-59278</guid>
					<description>Great intro!  It got me started on my project.  The explanation of event handling was excellent!</description>
		<content:encoded><![CDATA[	<p>Great intro!  It got me started on my project.  The explanation of event handling was excellent!
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on Creating a GUI using PyGTK and Glade by: Mark</title>
		<link>http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/#comment-58815</link>
		<pubDate>Mon, 21 Jan 2008 15:46:48 +0000</pubDate>
		<guid>http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/#comment-58815</guid>
					<description>Thanks much for the tutorial.  I didn't actually get it to work but the syntax familiarization is helpful anyway.</description>
		<content:encoded><![CDATA[	<p>Thanks much for the tutorial.  I didn&#8217;t actually get it to work but the syntax familiarization is helpful anyway.
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on Creating a GUI using PyGTK and Glade by: selsine</title>
		<link>http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/#comment-58344</link>
		<pubDate>Thu, 17 Jan 2008 17:07:41 +0000</pubDate>
		<guid>http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/#comment-58344</guid>
					<description>Hi Eero,

Thanks for the tip!</description>
		<content:encoded><![CDATA[	<p>Hi Eero,</p>
	<p>Thanks for the tip!
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on Creating a GUI using PyGTK and Glade by: Eero Tamminen</title>
		<link>http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/#comment-57374</link>
		<pubDate>Fri, 11 Jan 2008 20:53:38 +0000</pubDate>
		<guid>http://www.learningpython.com/2006/05/07/creating-a-gui-using-pygtk-and-glade/#comment-57374</guid>
					<description>Instead of doing this manually in code:
self.window.connect(&quot;destroy&quot;, gtk.main_quit)

Just set it in Glade widget property dialog signals tab.</description>
		<content:encoded><![CDATA[	<p>Instead of doing this manually in code:<br />
self.window.connect(&#8221;destroy&#8221;, gtk.main_quit)</p>
	<p>Just set it in Glade widget property dialog signals tab.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
