<?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 four context menus!</title>
	<atom:link href="http://www.learningpython.com/2007/09/23/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-four-context-menus/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learningpython.com/2007/09/23/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-four-context-menus/</link>
	<description>one man's journey into python...</description>
	<lastBuildDate>Fri, 03 Feb 2012 23:11:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: selsine</title>
		<link>http://www.learningpython.com/2007/09/23/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-four-context-menus/comment-page-1/#comment-63134</link>
		<dc:creator>selsine</dc:creator>
		<pubDate>Wed, 27 Feb 2008 16:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=65#comment-63134</guid>
		<description>Hi Preben,

Thanks! Great catch! Sorry I wasn&#039;t able to respond to your comments yesterday, but I&#039;m really glad that you found the problem. I will update the source when I get a free moment. 

At some point in time I should use some source code repository so that people can make changes and fix it up themselves.</description>
		<content:encoded><![CDATA[<p>Hi Preben,</p>
<p>Thanks! Great catch! Sorry I wasn&#8217;t able to respond to your comments yesterday, but I&#8217;m really glad that you found the problem. I will update the source when I get a free moment. </p>
<p>At some point in time I should use some source code repository so that people can make changes and fix it up themselves.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Preben</title>
		<link>http://www.learningpython.com/2007/09/23/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-four-context-menus/comment-page-1/#comment-63012</link>
		<dc:creator>Preben</dc:creator>
		<pubDate>Tue, 26 Feb 2008 21:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=65#comment-63012</guid>
		<description>Found the bug. In the save_to_file function the todo_file is opened with &quot;w&quot;. According to the manual it needs to be opened with &quot;wb&quot; when using cPickle and dump.

So the line should read:
todo_file = open(filename, &quot;wb&quot;)</description>
		<content:encoded><![CDATA[<p>Found the bug. In the save_to_file function the todo_file is opened with &#8220;w&#8221;. According to the manual it needs to be opened with &#8220;wb&#8221; when using cPickle and dump.</p>
<p>So the line should read:<br />
todo_file = open(filename, &#8220;wb&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Preben</title>
		<link>http://www.learningpython.com/2007/09/23/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-four-context-menus/comment-page-1/#comment-62979</link>
		<dc:creator>Preben</dc:creator>
		<pubDate>Tue, 26 Feb 2008 16:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=65#comment-62979</guid>
		<description>The above error occurs in Windows XP it seems. I used Python 2.5. In Debian GNU/Linux it works with both 2.4 and 2.5.

Any idea?</description>
		<content:encoded><![CDATA[<p>The above error occurs in Windows XP it seems. I used Python 2.5. In Debian GNU/Linux it works with both 2.4 and 2.5.</p>
<p>Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Preben</title>
		<link>http://www.learningpython.com/2007/09/23/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-four-context-menus/comment-page-1/#comment-62963</link>
		<dc:creator>Preben</dc:creator>
		<pubDate>Tue, 26 Feb 2008 12:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=65#comment-62963</guid>
		<description>Hi

I like the program so I wanted to try to use it. Problem is that after saving the todo list and opening the program again it won&#039;t load the todo list. I get Error opening file

When I change the code in load_from_file to
		
except Exception, e:
   helper.show_error_dlg(_(&quot;Error opening file: %s\r\n%s&quot;) % (filename, e))
   return False

I get the additional infor: No module named todo</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I like the program so I wanted to try to use it. Problem is that after saving the todo list and opening the program again it won&#8217;t load the todo list. I get Error opening file</p>
<p>When I change the code in load_from_file to</p>
<p>except Exception, e:<br />
   helper.show_error_dlg(_(&#8220;Error opening file: %s\r\n%s&#8221;) % (filename, e))<br />
   return False</p>
<p>I get the additional infor: No module named todo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Willems</title>
		<link>http://www.learningpython.com/2007/09/23/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-four-context-menus/comment-page-1/#comment-54888</link>
		<dc:creator>Jan Willems</dc:creator>
		<pubDate>Sun, 09 Dec 2007 18:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=65#comment-54888</guid>
		<description>Great tutorial.  Thanks a mil!</description>
		<content:encoded><![CDATA[<p>Great tutorial.  Thanks a mil!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: selsine</title>
		<link>http://www.learningpython.com/2007/09/23/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-four-context-menus/comment-page-1/#comment-53242</link>
		<dc:creator>selsine</dc:creator>
		<pubDate>Wed, 21 Nov 2007 01:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=65#comment-53242</guid>
		<description>HI Matthew, right now I&#039;m using Darkilouche as my theme.</description>
		<content:encoded><![CDATA[<p>HI Matthew, right now I&#8217;m using Darkilouche as my theme.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Nuzum</title>
		<link>http://www.learningpython.com/2007/09/23/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-four-context-menus/comment-page-1/#comment-50334</link>
		<dc:creator>Matthew Nuzum</dc:creator>
		<pubDate>Mon, 29 Oct 2007 04:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=65#comment-50334</guid>
		<description>Hi, I&#039;ve come to your site in a round-about way from a site about autoglade. I see your articles on pyGTK hold the answers to some questions I&#039;ve had for a while and I look forward to working through them.

But I have to ask, what is the window/gtk theme you&#039;re using in these screenshots? It looks very elegant and I&#039;d like to try it out.</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;ve come to your site in a round-about way from a site about autoglade. I see your articles on pyGTK hold the answers to some questions I&#8217;ve had for a while and I look forward to working through them.</p>
<p>But I have to ask, what is the window/gtk theme you&#8217;re using in these screenshots? It looks very elegant and I&#8217;d like to try it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: selsine</title>
		<link>http://www.learningpython.com/2007/09/23/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-four-context-menus/comment-page-1/#comment-47664</link>
		<dc:creator>selsine</dc:creator>
		<pubDate>Tue, 02 Oct 2007 13:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=65#comment-47664</guid>
		<description>Hi Irf,

Thanks for the catch, I have fixed the link.</description>
		<content:encoded><![CDATA[<p>Hi Irf,</p>
<p>Thanks for the catch, I have fixed the link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lrf</title>
		<link>http://www.learningpython.com/2007/09/23/pylan-a-gtd-todo-application-written-in-python-and-pygtk-part-four-context-menus/comment-page-1/#comment-47538</link>
		<dc:creator>lrf</dc:creator>
		<pubDate>Mon, 01 Oct 2007 09:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=65#comment-47538</guid>
		<description>Warning!

Link to &#039;Part two&#039; of article turns out into &quot;Error 404 - Not Found&quot;; a fix is needed.

Tks</description>
		<content:encoded><![CDATA[<p>Warning!</p>
<p>Link to &#8216;Part two&#8217; of article turns out into &#8220;Error 404 &#8211; Not Found&#8221;; a fix is needed.</p>
<p>Tks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

