<?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: PyLan a GTD todo application written in python and PyGTK &#8211; part three</title>
	<atom:link href="http://www.learningpython.com/2007/07/04/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-three/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learningpython.com/2007/07/04/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-three/</link>
	<description>one man's journey into python...</description>
	<lastBuildDate>Thu, 27 May 2010 10:43:57 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jon</title>
		<link>http://www.learningpython.com/2007/07/04/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-three/comment-page-1/#comment-55126</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Thu, 13 Dec 2007 16:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=62#comment-55126</guid>
		<description>aargh tarbomb!</description>
		<content:encoded><![CDATA[<p>aargh tarbomb!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Vidler &#124; Weblog &#187; links for 2007-12-06</title>
		<link>http://www.learningpython.com/2007/07/04/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-three/comment-page-1/#comment-54719</link>
		<dc:creator>Craig Vidler &#124; Weblog &#187; links for 2007-12-06</dc:creator>
		<pubDate>Thu, 06 Dec 2007 18:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=62#comment-54719</guid>
		<description>[...] learning python » glade A series of tutorials on the learningpython website about glade. (tags: pygtk python glade development) [...]</description>
		<content:encoded><![CDATA[<p>[...] learning python » glade A series of tutorials on the learningpython website about glade. (tags: pygtk python glade development) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: selsine</title>
		<link>http://www.learningpython.com/2007/07/04/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-three/comment-page-1/#comment-46789</link>
		<dc:creator>selsine</dc:creator>
		<pubDate>Sun, 23 Sep 2007 18:23:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=62#comment-46789</guid>
		<description>Hi black, 

I actually just wrote a quick tutorial about that, you can check it out here:

&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 a GTD todo application written in python and PyGTK - part four context menus!&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi black, </p>
<p>I actually just wrote a quick tutorial about that, you can check it out here:</p>
<p><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 a GTD todo application written in python and PyGTK &#8211; part four context menus!</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: learning python &#187; Blog Archive &#187; PyLan a GTD todo application written in python and PyGTK - part four context menus!</title>
		<link>http://www.learningpython.com/2007/07/04/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-three/comment-page-1/#comment-46788</link>
		<dc:creator>learning python &#187; Blog Archive &#187; PyLan a GTD todo application written in python and PyGTK - part four context menus!</dc:creator>
		<pubDate>Sun, 23 Sep 2007 18:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=62#comment-46788</guid>
		<description>[...] If you want to follow along with the code in detail, and have not done so already, you should read part one, part two and part three of this series. [...]</description>
		<content:encoded><![CDATA[<p>[...] If you want to follow along with the code in detail, and have not done so already, you should read part one, part two and part three of this series. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: black</title>
		<link>http://www.learningpython.com/2007/07/04/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-three/comment-page-1/#comment-45535</link>
		<dc:creator>black</dc:creator>
		<pubDate>Wed, 12 Sep 2007 20:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=62#comment-45535</guid>
		<description>Thanks for all tutorials! They helped me start with pygtk.
Is it possible to include right click menus in one of your next tutorials or just
quick one showing how to do it? I&#039;m really puzzled and can&#039;t figure it out.
I was able to add couple more things in PyWine app  (took me some time though)
but right click menu... no dice.

Regards,
b</description>
		<content:encoded><![CDATA[<p>Thanks for all tutorials! They helped me start with pygtk.<br />
Is it possible to include right click menus in one of your next tutorials or just<br />
quick one showing how to do it? I&#8217;m really puzzled and can&#8217;t figure it out.<br />
I was able to add couple more things in PyWine app  (took me some time though)<br />
but right click menu&#8230; no dice.</p>
<p>Regards,<br />
b</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: selsine</title>
		<link>http://www.learningpython.com/2007/07/04/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-three/comment-page-1/#comment-38329</link>
		<dc:creator>selsine</dc:creator>
		<pubDate>Sun, 22 Jul 2007 22:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=62#comment-38329</guid>
		<description>Hi Matt,

Thanks for saying that, hopefully there is enough information and code there so that it will answer some peoples questions!</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>Thanks for saying that, hopefully there is enough information and code there so that it will answer some peoples questions!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.learningpython.com/2007/07/04/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-three/comment-page-1/#comment-38320</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 22 Jul 2007 20:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=62#comment-38320</guid>
		<description>That&#039;s a useful and informational tut.
From a relative noob at it, thanks :-)</description>
		<content:encoded><![CDATA[<p>That&#8217;s a useful and informational tut.<br />
From a relative noob at it, thanks <img src='http://www.learningpython.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: selsine</title>
		<link>http://www.learningpython.com/2007/07/04/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-three/comment-page-1/#comment-36936</link>
		<dc:creator>selsine</dc:creator>
		<pubDate>Thu, 12 Jul 2007 13:30:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=62#comment-36936</guid>
		<description>Hi,

Thanks Jesús, yeah I&#039;ve been away from the tutorials for a bit now, but I&#039;d like to work some more free time into my life so that I can work on this stuff more.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks Jesús, yeah I&#8217;ve been away from the tutorials for a bit now, but I&#8217;d like to work some more free time into my life so that I can work on this stuff more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesús</title>
		<link>http://www.learningpython.com/2007/07/04/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-three/comment-page-1/#comment-36199</link>
		<dc:creator>Jesús</dc:creator>
		<pubDate>Thu, 05 Jul 2007 21:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=62#comment-36199</guid>
		<description>Woho, I&#039;m glad to see you again selsine, and good tutorial, i will read it tonight ;)</description>
		<content:encoded><![CDATA[<p>Woho, I&#8217;m glad to see you again selsine, and good tutorial, i will read it tonight <img src='http://www.learningpython.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
