<?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: Extending our PyGTK Application</title>
	<atom:link href="http://www.learningpython.com/2006/09/02/extending-our-pygtk-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learningpython.com/2006/09/02/extending-our-pygtk-application/</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: parkoros</title>
		<link>http://www.learningpython.com/2006/09/02/extending-our-pygtk-application/comment-page-1/#comment-180884</link>
		<dc:creator>parkoros</dc:creator>
		<pubDate>Sun, 02 Jan 2011 23:07:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=39#comment-180884</guid>
		<description>Ugghh sorry I don&#039;t know the code tags for comments here...  

Where is the following (in your source code file),  I do not see it... 

def __init__(self, wine=None):
	&quot;&quot;&quot;Initialize the class.
	wine - a Wine object&quot;&quot;&quot;

	#setup the glade file
	self.gladefile = &quot;pywine.glade&quot;
	#setup the wine that we will return
	if (wine):
		#They have passed a wine object
		self.wine = wine
	else:
		#Just use a blank wine
		self.wine = Wine()</description>
		<content:encoded><![CDATA[<p>Ugghh sorry I don&#8217;t know the code tags for comments here&#8230;  </p>
<p>Where is the following (in your source code file),  I do not see it&#8230; </p>
<p>def __init__(self, wine=None):<br />
	&#8220;&#8221;"Initialize the class.<br />
	wine &#8211; a Wine object&#8221;"&#8221;</p>
<p>	#setup the glade file<br />
	self.gladefile = &#8220;pywine.glade&#8221;<br />
	#setup the wine that we will return<br />
	if (wine):<br />
		#They have passed a wine object<br />
		self.wine = wine<br />
	else:<br />
		#Just use a blank wine<br />
		self.wine = Wine()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: parkoros</title>
		<link>http://www.learningpython.com/2006/09/02/extending-our-pygtk-application/comment-page-1/#comment-180883</link>
		<dc:creator>parkoros</dc:creator>
		<pubDate>Sun, 02 Jan 2011 23:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=39#comment-180883</guid>
		<description>Where is the following (in your source code file),  I do not see it... 

::HLIGHT_BLOCK_1::</description>
		<content:encoded><![CDATA[<p>Where is the following (in your source code file),  I do not see it&#8230; </p>
<p>::HLIGHT_BLOCK_1::</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: duanedesign</title>
		<link>http://www.learningpython.com/2006/09/02/extending-our-pygtk-application/comment-page-1/#comment-177074</link>
		<dc:creator>duanedesign</dc:creator>
		<pubDate>Wed, 08 Dec 2010 04:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=39#comment-177074</guid>
		<description>Just wanted to take a second to let you know how much your page has helped me. I have referred to it countless times over the last few months as I learn py.GTK. Thank you for your work on this.</description>
		<content:encoded><![CDATA[<p>Just wanted to take a second to let you know how much your page has helped me. I have referred to it countless times over the last few months as I learn py.GTK. Thank you for your work on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Calderon</title>
		<link>http://www.learningpython.com/2006/09/02/extending-our-pygtk-application/comment-page-1/#comment-154928</link>
		<dc:creator>Aaron Calderon</dc:creator>
		<pubDate>Fri, 18 Dec 2009 21:12:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=39#comment-154928</guid>
		<description>I am getting my feet wet with GTK+, GLade and Python. This is such a grate example. The fact that it is a working example that one can build upon is grate.

I see that you have expressed interest to write a follow up tutorial to save in xml. That would be grate. I wait to see if you can work something out.

In the mean time I will look around the web for some similar xml saving tutorials.

Thanks for your grate job.</description>
		<content:encoded><![CDATA[<p>I am getting my feet wet with GTK+, GLade and Python. This is such a grate example. The fact that it is a working example that one can build upon is grate.</p>
<p>I see that you have expressed interest to write a follow up tutorial to save in xml. That would be grate. I wait to see if you can work something out.</p>
<p>In the mean time I will look around the web for some similar xml saving tutorials.</p>
<p>Thanks for your grate job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: selsine</title>
		<link>http://www.learningpython.com/2006/09/02/extending-our-pygtk-application/comment-page-1/#comment-49562</link>
		<dc:creator>selsine</dc:creator>
		<pubDate>Mon, 22 Oct 2007 13:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=39#comment-49562</guid>
		<description>Dave,

Not that I know of, although I have seen Python scripts out there that do it for you.

Joono,

What sort of validation are you looking for?</description>
		<content:encoded><![CDATA[<p>Dave,</p>
<p>Not that I know of, although I have seen Python scripts out there that do it for you.</p>
<p>Joono,</p>
<p>What sort of validation are you looking for?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joono</title>
		<link>http://www.learningpython.com/2006/09/02/extending-our-pygtk-application/comment-page-1/#comment-49539</link>
		<dc:creator>Joono</dc:creator>
		<pubDate>Mon, 22 Oct 2007 06:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=39#comment-49539</guid>
		<description>i want some help on Validation in this example
I tried some but none of them works....</description>
		<content:encoded><![CDATA[<p>i want some help on Validation in this example<br />
I tried some but none of them works&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave H</title>
		<link>http://www.learningpython.com/2006/09/02/extending-our-pygtk-application/comment-page-1/#comment-48448</link>
		<dc:creator>Dave H</dc:creator>
		<pubDate>Tue, 09 Oct 2007 19:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=39#comment-48448</guid>
		<description>Excellent!  I&#039;m new to Linux (Ubuntu) and your tutorials are exactly what I needed to get a conceptual and practical grip on GUI coding.  

It seems to me there is a lot of code blocks that could be auto-generated for all the default events and such.  Are there any developments &#039;out there&#039; that pull Python and Glade together into one development environment (IDE)?   

Keep up the great work, I&#039;ll be back!</description>
		<content:encoded><![CDATA[<p>Excellent!  I&#8217;m new to Linux (Ubuntu) and your tutorials are exactly what I needed to get a conceptual and practical grip on GUI coding.  </p>
<p>It seems to me there is a lot of code blocks that could be auto-generated for all the default events and such.  Are there any developments &#8216;out there&#8217; that pull Python and Glade together into one development environment (IDE)?   </p>
<p>Keep up the great work, I&#8217;ll be back!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: selsine</title>
		<link>http://www.learningpython.com/2006/09/02/extending-our-pygtk-application/comment-page-1/#comment-47668</link>
		<dc:creator>selsine</dc:creator>
		<pubDate>Tue, 02 Oct 2007 13:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=39#comment-47668</guid>
		<description>Hi Matt,

Thanks for the semi-colon catch! I&#039;ve spent way too much time using C++!

Also thanks for the kind words!</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>Thanks for the semi-colon catch! I&#8217;ve spent way too much time using C++!</p>
<p>Also thanks for the kind words!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: selsine</title>
		<link>http://www.learningpython.com/2006/09/02/extending-our-pygtk-application/comment-page-1/#comment-47667</link>
		<dc:creator>selsine</dc:creator>
		<pubDate>Tue, 02 Oct 2007 13:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=39#comment-47667</guid>
		<description>Hi Steve,

Thanks for the information and the great tip! If you want to take a loot at more Tree processing take a look at the &lt;a href=&quot;http://www.learningpython.com/2007/09/23/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-four-context-menus/&quot; rel=&quot;nofollow&quot;&gt;PyLan tutorials&lt;/a&gt; as I do a little bit more in there.

For plotting you might want to take a look at &lt;a href=&quot;http://matplotlib.sourceforge.net/&quot; rel=&quot;nofollow&quot;&gt;Matplotlib&lt;/a&gt;

I will take a look into the rubber banding, that&#039;s an interesting feature that I have not looked into yet.</description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>Thanks for the information and the great tip! If you want to take a loot at more Tree processing take a look at the <a href="http://www.learningpython.com/2007/09/23/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-four-context-menus/" rel="nofollow">PyLan tutorials</a> as I do a little bit more in there.</p>
<p>For plotting you might want to take a look at <a href="http://matplotlib.sourceforge.net/" rel="nofollow">Matplotlib</a></p>
<p>I will take a look into the rubber banding, that&#8217;s an interesting feature that I have not looked into yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Nichols</title>
		<link>http://www.learningpython.com/2006/09/02/extending-our-pygtk-application/comment-page-1/#comment-47514</link>
		<dc:creator>Matt Nichols</dc:creator>
		<pubDate>Mon, 01 Oct 2007 02:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=39#comment-47514</guid>
		<description>Hey, I really enjoyed this tutorial, and learned a lot. Thanks!
A few suggestions:
-Look for semicolons at the end of some lines, I think some ended up in your code
-Remember to remind people to import the &quot;shelve&quot; and &quot;os&quot; modules
-Keep blogging! You are great, dude.</description>
		<content:encoded><![CDATA[<p>Hey, I really enjoyed this tutorial, and learned a lot. Thanks!<br />
A few suggestions:<br />
-Look for semicolons at the end of some lines, I think some ended up in your code<br />
-Remember to remind people to import the &#8220;shelve&#8221; and &#8220;os&#8221; modules<br />
-Keep blogging! You are great, dude.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
