<?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: Building an Application with PyGTK and Glade</title>
	<atom:link href="http://www.learningpython.com/2006/05/30/building-an-application-with-pygtk-and-glade/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learningpython.com/2006/05/30/building-an-application-with-pygtk-and-glade/</link>
	<description>one man's journey into python...</description>
	<pubDate>Fri, 21 Nov 2008 07:01:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>By: selsine</title>
		<link>http://www.learningpython.com/2006/05/30/building-an-application-with-pygtk-and-glade/#comment-117078</link>
		<dc:creator>selsine</dc:creator>
		<pubDate>Thu, 02 Oct 2008 18:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=25#comment-117078</guid>
		<description>Hi Kelmer,

Try the suggestion that I put forth to Daniel and Kary. Also Glade 3 works fine, it's a bit different then Glade3 but I've developed a few apps in it and it does work.</description>
		<content:encoded><![CDATA[<p>Hi Kelmer,</p>
<p>Try the suggestion that I put forth to Daniel and Kary. Also Glade 3 works fine, it&#8217;s a bit different then Glade3 but I&#8217;ve developed a few apps in it and it does work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelmer</title>
		<link>http://www.learningpython.com/2006/05/30/building-an-application-with-pygtk-and-glade/#comment-117039</link>
		<dc:creator>Kelmer</dc:creator>
		<pubDate>Thu, 02 Oct 2008 15:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=25#comment-117039</guid>
		<description>Man this is not going well. the same problem here, I am using glade 3 and nothing works. Never thought GUI design was so complicated. I think I'll try Glade 2.</description>
		<content:encoded><![CDATA[<p>Man this is not going well. the same problem here, I am using glade 3 and nothing works. Never thought GUI design was so complicated. I think I&#8217;ll try Glade 2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: selsine</title>
		<link>http://www.learningpython.com/2006/05/30/building-an-application-with-pygtk-and-glade/#comment-112160</link>
		<dc:creator>selsine</dc:creator>
		<pubDate>Wed, 10 Sep 2008 14:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=25#comment-112160</guid>
		<description>Hi Daniel and Kary, 

Good point Karl. If nothing is happening Daniel try testing the return code from showing the dialog and seeing what it is.</description>
		<content:encoded><![CDATA[<p>Hi Daniel and Kary, </p>
<p>Good point Karl. If nothing is happening Daniel try testing the return code from showing the dialog and seeing what it is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: selsine</title>
		<link>http://www.learningpython.com/2006/05/30/building-an-application-with-pygtk-and-glade/#comment-112159</link>
		<dc:creator>selsine</dc:creator>
		<pubDate>Wed, 10 Sep 2008 14:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=25#comment-112159</guid>
		<description>Hi Nico,

Take a look at the name of your Wine Edit field in your glade file. I'm guessing that the name in the Python code is different then the name in the Glade file. SO when you get it from the glade file you're getting None not the Edit.</description>
		<content:encoded><![CDATA[<p>Hi Nico,</p>
<p>Take a look at the name of your Wine Edit field in your glade file. I&#8217;m guessing that the name in the Python code is different then the name in the Glade file. SO when you get it from the glade file you&#8217;re getting None not the Edit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://www.learningpython.com/2006/05/30/building-an-application-with-pygtk-and-glade/#comment-112044</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Tue, 09 Sep 2008 23:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=25#comment-112044</guid>
		<description>@daniel: Check that you have assigned the correct response_ids to your cancel and ok buttons (-6 and -5 respectively). This can be done in glade by selecting the button, then editing the 'Response ID' property.

Great tutorial, very useful to someone like me who is trying to learn python and GTK together.</description>
		<content:encoded><![CDATA[<p>@daniel: Check that you have assigned the correct response_ids to your cancel and ok buttons (-6 and -5 respectively). This can be done in glade by selecting the button, then editing the &#8216;Response ID&#8217; property.</p>
<p>Great tutorial, very useful to someone like me who is trying to learn python and GTK together.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daniel</title>
		<link>http://www.learningpython.com/2006/05/30/building-an-application-with-pygtk-and-glade/#comment-110230</link>
		<dc:creator>daniel</dc:creator>
		<pubDate>Sun, 31 Aug 2008 13:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=25#comment-110230</guid>
		<description>Im using Glade 3 (sorry for double post)</description>
		<content:encoded><![CDATA[<p>Im using Glade 3 (sorry for double post)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daniel</title>
		<link>http://www.learningpython.com/2006/05/30/building-an-application-with-pygtk-and-glade/#comment-110228</link>
		<dc:creator>daniel</dc:creator>
		<pubDate>Sun, 31 Aug 2008 13:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=25#comment-110228</guid>
		<description>I have a Problem: If I do exactly the same you did in Glade and take your code it doesnt work. It displays the dialog and everything but I if I add a new Wine nothing is displayed in the TreeView (wineView).</description>
		<content:encoded><![CDATA[<p>I have a Problem: If I do exactly the same you did in Glade and take your code it doesnt work. It displays the dialog and everything but I if I add a new Wine nothing is displayed in the TreeView (wineView).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GM</title>
		<link>http://www.learningpython.com/2006/05/30/building-an-application-with-pygtk-and-glade/#comment-107615</link>
		<dc:creator>GM</dc:creator>
		<pubDate>Tue, 19 Aug 2008 14:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=25#comment-107615</guid>
		<description>Great set of tutorials! Got me quickly and well into GUI programming! I just took your examples and adapted it for my own as I went rather than simply following yours and its working well! :D</description>
		<content:encoded><![CDATA[<p>Great set of tutorials! Got me quickly and well into GUI programming! I just took your examples and adapted it for my own as I went rather than simply following yours and its working well! <img src='http://www.learningpython.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nico</title>
		<link>http://www.learningpython.com/2006/05/30/building-an-application-with-pygtk-and-glade/#comment-100461</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Tue, 22 Jul 2008 02:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=25#comment-100461</guid>
		<description>Nice tutorial!

but i keep getting the error enWine doesnt have the set_text attribute

"  File "pywine.py", line 68, in OnAddWine
    result,newWine = wineDlg.run()
  File "pywine.py", line 98, in run
    self.enWine.set_text(self.wine.wine)
AttributeError: 'NoneType' object has no attribute 'set_text'
"

im using glade 3.4.5, ive tried downloading your python file and get the same error. however if i also use your glade file it runs fine, so im thinking it must be the glade file.</description>
		<content:encoded><![CDATA[<p>Nice tutorial!</p>
<p>but i keep getting the error enWine doesnt have the set_text attribute</p>
<p>&#8221;  File &#8220;pywine.py&#8221;, line 68, in OnAddWine<br />
    result,newWine = wineDlg.run()<br />
  File &#8220;pywine.py&#8221;, line 98, in run<br />
    self.enWine.set_text(self.wine.wine)<br />
AttributeError: &#8216;NoneType&#8217; object has no attribute &#8217;set_text&#8217;<br />
&#8221;</p>
<p>im using glade 3.4.5, ive tried downloading your python file and get the same error. however if i also use your glade file it runs fine, so im thinking it must be the glade file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: selsine</title>
		<link>http://www.learningpython.com/2006/05/30/building-an-application-with-pygtk-and-glade/#comment-91856</link>
		<dc:creator>selsine</dc:creator>
		<pubDate>Thu, 19 Jun 2008 23:49:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=25#comment-91856</guid>
		<description>Hi tasos,

Thanks for the information. I have updated the links and they appear to be working now.</description>
		<content:encoded><![CDATA[<p>Hi tasos,</p>
<p>Thanks for the information. I have updated the links and they appear to be working now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
