<?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 for giuspen</title>
	<atom:link href="http://www.giuspen.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.giuspen.com</link>
	<description></description>
	<lastBuildDate>Sat, 28 Jan 2012 10:36:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on x-tile 2.2 issued by vasko</title>
		<link>http://www.giuspen.com/2011/12/x-tile-2-2-issued/comment-page-1/#comment-154</link>
		<dc:creator>vasko</dc:creator>
		<pubDate>Sat, 28 Jan 2012 10:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.giuspen.com/?p=1692#comment-154</guid>
		<description>very useful</description>
		<content:encoded><![CDATA[<p>very useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on cherrytree 0.24 issued by giuspen</title>
		<link>http://www.giuspen.com/2011/12/cherrytree-0-24-issued/comment-page-1/#comment-142</link>
		<dc:creator>giuspen</dc:creator>
		<pubDate>Fri, 30 Dec 2011 17:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.giuspen.com/?p=1702#comment-142</guid>
		<description>Thank you very much for the report, I&#039;ll release a new debian package (changing release number from 0.24-1 to 0.24-2) featuring the check for gtk &gt;= 2.20 so that other users will not have this problem.</description>
		<content:encoded><![CDATA[<p>Thank you very much for the report, I&#8217;ll release a new debian package (changing release number from 0.24-1 to 0.24-2) featuring the check for gtk >= 2.20 so that other users will not have this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on cherrytree 0.24 issued by bassocksky</title>
		<link>http://www.giuspen.com/2011/12/cherrytree-0-24-issued/comment-page-1/#comment-141</link>
		<dc:creator>bassocksky</dc:creator>
		<pubDate>Fri, 30 Dec 2011 17:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.giuspen.com/?p=1702#comment-141</guid>
		<description>Bingo! ;-)

My GTK version is 2.16....

Versions &gt; 2.20 work like a charm.....I checked it on other (more up-to-date) debian machines.

BTW:
I replaced all my other linux outliners with cherrytree.
Very nice work!</description>
		<content:encoded><![CDATA[<p>Bingo! <img src='http://www.giuspen.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>My GTK version is 2.16&#8230;.</p>
<p>Versions &gt; 2.20 work like a charm&#8230;..I checked it on other (more up-to-date) debian machines.</p>
<p>BTW:<br />
I replaced all my other linux outliners with cherrytree.<br />
Very nice work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on cherrytree 0.24 issued by giuspen</title>
		<link>http://www.giuspen.com/2011/12/cherrytree-0-24-issued/comment-page-1/#comment-140</link>
		<dc:creator>giuspen</dc:creator>
		<pubDate>Fri, 30 Dec 2011 15:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.giuspen.com/?p=1702#comment-140</guid>
		<description>Can you check and report your gtk version?
If you are running GTK+ &lt; 2.20 that could be the problem.
I used new version of glade 3.10 that requires gtk 2.20 as minimum.
Please let me know, in that case I&#039;ll modify the package to require 2.20 at installation time.</description>
		<content:encoded><![CDATA[<p>Can you check and report your gtk version?<br />
If you are running GTK+ < 2.20 that could be the problem.<br />
I used new version of glade 3.10 that requires gtk 2.20 as minimum.<br />
Please let me know, in that case I&#8217;ll modify the package to require 2.20 at installation time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on cherrytree 0.24 issued by bassocksky</title>
		<link>http://www.giuspen.com/2011/12/cherrytree-0-24-issued/comment-page-1/#comment-139</link>
		<dc:creator>bassocksky</dc:creator>
		<pubDate>Fri, 30 Dec 2011 13:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.giuspen.com/?p=1702#comment-139</guid>
		<description>Hm, I got problems with version 0.24-1 on debian (0.23-1 is running well), installed from the .deb-package.

Error message points to a glade problem:

/usr/bin$ cherrytree 
Failed to load the glade file
Traceback (most recent call last):
  File &quot;/usr/bin/cherrytree&quot;, line 35, in 
    if __name__ == &#039;__main__&#039;: main.main(OPEN_WITH_FILE)
  File &quot;/usr/share/cherrytree/modules/main.py&quot;, line 185, in main
    CherryTreeHandler(OPEN_WITH_FILE, semaphore, msg_server_to_core, lang_str)
  File &quot;/usr/share/cherrytree/modules/main.py&quot;, line 71, in __init__
    self.window_open_new(filepath)
  File &quot;/usr/share/cherrytree/modules/main.py&quot;, line 76, in window_open_new
    window = core.CherryTree(self.lang_str, filepath, self)
  File &quot;/usr/share/cherrytree/modules/core.py&quot;, line 87, in __init__
    self.window = self.glade.window
  File &quot;/usr/share/cherrytree/modules/core.py&quot;, line 49, in __getattr__
    if new_widget is None: raise AttributeError, &#039;Widget %r not found&#039; % attr
AttributeError: Widget &#039;window&#039; not found

I&#039;ll try it on another debian machine....</description>
		<content:encoded><![CDATA[<p>Hm, I got problems with version 0.24-1 on debian (0.23-1 is running well), installed from the .deb-package.</p>
<p>Error message points to a glade problem:</p>
<p>/usr/bin$ cherrytree<br />
Failed to load the glade file<br />
Traceback (most recent call last):<br />
  File &#8220;/usr/bin/cherrytree&#8221;, line 35, in<br />
    if __name__ == &#8216;__main__&#8217;: main.main(OPEN_WITH_FILE)<br />
  File &#8220;/usr/share/cherrytree/modules/main.py&#8221;, line 185, in main<br />
    CherryTreeHandler(OPEN_WITH_FILE, semaphore, msg_server_to_core, lang_str)<br />
  File &#8220;/usr/share/cherrytree/modules/main.py&#8221;, line 71, in __init__<br />
    self.window_open_new(filepath)<br />
  File &#8220;/usr/share/cherrytree/modules/main.py&#8221;, line 76, in window_open_new<br />
    window = core.CherryTree(self.lang_str, filepath, self)<br />
  File &#8220;/usr/share/cherrytree/modules/core.py&#8221;, line 87, in __init__<br />
    self.window = self.glade.window<br />
  File &#8220;/usr/share/cherrytree/modules/core.py&#8221;, line 49, in __getattr__<br />
    if new_widget is None: raise AttributeError, &#8216;Widget %r not found&#8217; % attr<br />
AttributeError: Widget &#8216;window&#8217; not found</p>
<p>I&#8217;ll try it on another debian machine&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on x-tile 2.2 issued by Stefano Carlesso</title>
		<link>http://www.giuspen.com/2011/12/x-tile-2-2-issued/comment-page-1/#comment-138</link>
		<dc:creator>Stefano Carlesso</dc:creator>
		<pubDate>Wed, 28 Dec 2011 11:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.giuspen.com/?p=1692#comment-138</guid>
		<description>Wonderful</description>
		<content:encoded><![CDATA[<p>Wonderful</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on cherrytree 0.23 issued by Clodoaldo Rodrigues</title>
		<link>http://www.giuspen.com/2011/09/cherrytree-0-23-issued/comment-page-1/#comment-90</link>
		<dc:creator>Clodoaldo Rodrigues</dc:creator>
		<pubDate>Sat, 10 Sep 2011 11:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.giuspen.com/?p=1340#comment-90</guid>
		<description>Tks,,,,</description>
		<content:encoded><![CDATA[<p>Tks,,,,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on x-tile 2.1 issued by justapasserby</title>
		<link>http://www.giuspen.com/2011/07/x-tile-2-1-issued/comment-page-1/#comment-79</link>
		<dc:creator>justapasserby</dc:creator>
		<pubDate>Sat, 30 Jul 2011 11:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.giuspen.com/?p=1308#comment-79</guid>
		<description>just wanna try the xtile</description>
		<content:encoded><![CDATA[<p>just wanna try the xtile</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on nautilus-pyextensions 1.2.2 issued by jose</title>
		<link>http://www.giuspen.com/2011/07/nautilus-pyextensions-1-2-2-issued/comment-page-1/#comment-78</link>
		<dc:creator>jose</dc:creator>
		<pubDate>Fri, 22 Jul 2011 22:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.giuspen.com/?p=1304#comment-78</guid>
		<description>muy buenos</description>
		<content:encoded><![CDATA[<p>muy buenos</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on x-tile 1.8.5 issued by neider</title>
		<link>http://www.giuspen.com/2011/03/x-tile-1-8-5-issued/comment-page-1/#comment-70</link>
		<dc:creator>neider</dc:creator>
		<pubDate>Thu, 09 Jun 2011 16:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.giuspen.com/?p=541#comment-70</guid>
		<description>Muy util</description>
		<content:encoded><![CDATA[<p>Muy util</p>
]]></content:encoded>
	</item>
</channel>
</rss>

