<?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: Google Summer of Code: Week 8</title>
	<atom:link href="http://www.paulocabido.com/gsoc/google-summer-of-code-week-8/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paulocabido.com/gsoc/google-summer-of-code-week-8/</link>
	<description>I do all my own stunts!</description>
	<lastBuildDate>Tue, 27 Dec 2011 11:36:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: pcabido</title>
		<link>http://www.paulocabido.com/gsoc/google-summer-of-code-week-8/comment-page-1/#comment-37</link>
		<dc:creator>pcabido</dc:creator>
		<pubDate>Sun, 09 Aug 2009 12:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulocabido.com/?p=156#comment-37</guid>
		<description>No problem ;)</description>
		<content:encoded><![CDATA[<p>No problem <img src='http://www.paulocabido.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matteo</title>
		<link>http://www.paulocabido.com/gsoc/google-summer-of-code-week-8/comment-page-1/#comment-36</link>
		<dc:creator>matteo</dc:creator>
		<pubDate>Sun, 09 Aug 2009 12:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulocabido.com/?p=156#comment-36</guid>
		<description>wow!! it worked! thank you very much!</description>
		<content:encoded><![CDATA[<p>wow!! it worked! thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pcabido</title>
		<link>http://www.paulocabido.com/gsoc/google-summer-of-code-week-8/comment-page-1/#comment-35</link>
		<dc:creator>pcabido</dc:creator>
		<pubDate>Sun, 09 Aug 2009 12:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulocabido.com/?p=156#comment-35</guid>
		<description>use configure with --prefix=/usr and be sure to do the make install</description>
		<content:encoded><![CDATA[<p>use configure with &#8211;prefix=/usr and be sure to do the make install</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matteo</title>
		<link>http://www.paulocabido.com/gsoc/google-summer-of-code-week-8/comment-page-1/#comment-34</link>
		<dc:creator>matteo</dc:creator>
		<pubDate>Sun, 09 Aug 2009 12:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulocabido.com/?p=156#comment-34</guid>
		<description>I downloaded 0.3.5, installed pygtk-2.0-dev, python-clutter and libgconf2-dev and now it compiled fine, but now:

$ python
Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41) 
[GCC 4.3.3] on linux2
Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.
&gt;&gt;&gt; import champlain
Traceback (most recent call last):
  File &quot;&quot;, line 1, in 
ImportError: /usr/lib/python2.6/dist-packages/champlain.so: undefined symbol: champlain_layer_add_marker
&gt;&gt;&gt;</description>
		<content:encoded><![CDATA[<p>I downloaded 0.3.5, installed pygtk-2.0-dev, python-clutter and libgconf2-dev and now it compiled fine, but now:</p>
<p>$ python<br />
Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41)<br />
[GCC 4.3.3] on linux2<br />
Type &#8220;help&#8221;, &#8220;copyright&#8221;, &#8220;credits&#8221; or &#8220;license&#8221; for more information.<br />
&gt;&gt;&gt; import champlain<br />
Traceback (most recent call last):<br />
  File &#8220;&#8221;, line 1, in<br />
ImportError: /usr/lib/python2.6/dist-packages/champlain.so: undefined symbol: champlain_layer_add_marker<br />
&gt;&gt;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pcabido</title>
		<link>http://www.paulocabido.com/gsoc/google-summer-of-code-week-8/comment-page-1/#comment-33</link>
		<dc:creator>pcabido</dc:creator>
		<pubDate>Sun, 09 Aug 2009 11:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulocabido.com/?p=156#comment-33</guid>
		<description>do you have all the clutter dependencies (python-clutter, etc) or libgconf2?</description>
		<content:encoded><![CDATA[<p>do you have all the clutter dependencies (python-clutter, etc) or libgconf2?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matteo</title>
		<link>http://www.paulocabido.com/gsoc/google-summer-of-code-week-8/comment-page-1/#comment-32</link>
		<dc:creator>matteo</dc:creator>
		<pubDate>Sun, 09 Aug 2009 10:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulocabido.com/?p=156#comment-32</guid>
		<description>how do you install libchamplain python bindings on jaunty? I coulnd&#039;t find any debs. 

So I added telepathy&#039;s ppa (https://launchpad.net/~telepathy/+archive/ppa) and did:
apt-get source libchamplain
sudo apt-get build-dep libchamplain
cd libchamplain-0.3.3
./configure --enable-python

but it stops with:
configure: error: Couldn&#039;t find python.

how is it possible? python is regularly installed here..</description>
		<content:encoded><![CDATA[<p>how do you install libchamplain python bindings on jaunty? I coulnd&#8217;t find any debs. </p>
<p>So I added telepathy&#8217;s ppa (<a href="https://launchpad.net/~telepathy/+archive/ppa" rel="nofollow">https://launchpad.net/~telepathy/+archive/ppa</a>) and did:<br />
apt-get source libchamplain<br />
sudo apt-get build-dep libchamplain<br />
cd libchamplain-0.3.3<br />
./configure &#8211;enable-python</p>
<p>but it stops with:<br />
configure: error: Couldn&#8217;t find python.</p>
<p>how is it possible? python is regularly installed here..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Today&#8217;s icons: Getting things GNOME geolocalization &#171; Kalle Persson</title>
		<link>http://www.paulocabido.com/gsoc/google-summer-of-code-week-8/comment-page-1/#comment-21</link>
		<dc:creator>Today&#8217;s icons: Getting things GNOME geolocalization &#171; Kalle Persson</dc:creator>
		<pubDate>Tue, 28 Jul 2009 01:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulocabido.com/?p=156#comment-21</guid>
		<description>[...] The geolocalization work that the Summer of Code student Paolo Cabido is doing for Getting Things GNOME is interesting, so I helped out with these two location-related icons: [...]</description>
		<content:encoded><![CDATA[<p>[...] The geolocalization work that the Summer of Code student Paolo Cabido is doing for Getting Things GNOME is interesting, so I helped out with these two location-related icons: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paulo Cabido: Google Summer of Code: Week 8 &#124; Full-Linux.com</title>
		<link>http://www.paulocabido.com/gsoc/google-summer-of-code-week-8/comment-page-1/#comment-16</link>
		<dc:creator>Paulo Cabido: Google Summer of Code: Week 8 &#124; Full-Linux.com</dc:creator>
		<pubDate>Thu, 23 Jul 2009 05:57:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulocabido.com/?p=156#comment-16</guid>
		<description>[...] related to your search Paulo Cabido: Google Summer of Code: Week 8 is now available in this link&#8230;:         News [...]</description>
		<content:encoded><![CDATA[<p>[...] related to your search Paulo Cabido: Google Summer of Code: Week 8 is now available in this link&#8230;:         News [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paulocabido.com » Google Summer of Code: Week 8 &#124; Technology News Update</title>
		<link>http://www.paulocabido.com/gsoc/google-summer-of-code-week-8/comment-page-1/#comment-13</link>
		<dc:creator>paulocabido.com » Google Summer of Code: Week 8 &#124; Technology News Update</dc:creator>
		<pubDate>Tue, 21 Jul 2009 17:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulocabido.com/?p=156#comment-13</guid>
		<description>[...] Here is the original:  paulocabido.com » Google Summer of Code: Week 8 [...]</description>
		<content:encoded><![CDATA[<p>[...] Here is the original:  paulocabido.com » Google Summer of Code: Week 8 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

