<?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"
	>
<channel>
	<title>Comments on: flickrlib 0.5</title>
	<atom:link href="http://monotonous.org/2005/11/26/flickrlib-05/feed/" rel="self" type="application/rss+xml" />
	<link>http://monotonous.org/2005/11/26/flickrlib-05/</link>
	<description>Eitan's Pitch</description>
	<pubDate>Wed, 20 Aug 2008 20:14:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: macdet</title>
		<link>http://monotonous.org/2005/11/26/flickrlib-05/#comment-224</link>
		<dc:creator>macdet</dc:creator>
		<pubDate>Fri, 17 Aug 2007 18:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.monotonous.org/?p=11#comment-224</guid>
		<description>i like  both all of them. thx

http://wiki.mobbing-gegner.de/Python/Flickr-Python_und_Django%2C_eine_Heirat_mit_Hindernissen/</description>
		<content:encoded><![CDATA[<p>i like  both all of them. thx</p>
<p><a href="http://wiki.mobbing-gegner.de/Python/Flickr-Python_und_Django%2C_eine_Heirat_mit_Hindernissen/" rel="nofollow">http://wiki.mobbing-gegner.de/Python/Flickr-Python_und_Django%2C_eine_Heirat_mit_Hindernissen/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: B</title>
		<link>http://monotonous.org/2005/11/26/flickrlib-05/#comment-193</link>
		<dc:creator>B</dc:creator>
		<pubDate>Fri, 22 Jun 2007 19:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.monotonous.org/?p=11#comment-193</guid>
		<description>Thanks for the great work!
I'm having a problem with flickr.photos.getAllContexts and any photo in a pool.  I can use the method to get info on photos not in a pool, but when a photo is in one, it throws:
xml.parsers.expat.ExpatError: junk after document element</description>
		<content:encoded><![CDATA[<p>Thanks for the great work!<br />
I&#8217;m having a problem with flickr.photos.getAllContexts and any photo in a pool.  I can use the method to get info on photos not in a pool, but when a photo is in one, it throws:<br />
xml.parsers.expat.ExpatError: junk after document element</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Donovan</title>
		<link>http://monotonous.org/2005/11/26/flickrlib-05/#comment-188</link>
		<dc:creator>David Donovan</dc:creator>
		<pubDate>Mon, 11 Jun 2007 05:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.monotonous.org/?p=11#comment-188</guid>
		<description>I'm having problems with the flickr.photosets.getPhotos() method.  When I try to use the optional page parameter to get the second page of results (flickr limits the page to 500 pix in a photoset), it simply returns the 1st page again.  Any suggestions?  Is this an issue with the api or with the flickrlib implementation?  --Cheers</description>
		<content:encoded><![CDATA[<p>I&#8217;m having problems with the flickr.photosets.getPhotos() method.  When I try to use the optional page parameter to get the second page of results (flickr limits the page to 500 pix in a photoset), it simply returns the 1st page again.  Any suggestions?  Is this an issue with the api or with the flickrlib implementation?  &#8211;Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eli Criffield</title>
		<link>http://monotonous.org/2005/11/26/flickrlib-05/#comment-183</link>
		<dc:creator>Eli Criffield</dc:creator>
		<pubDate>Thu, 31 May 2007 19:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.monotonous.org/?p=11#comment-183</guid>
		<description>Bad link

the download link is bad.
http://monotonous.org/files/flickrlib-0.5.tar.gz: 404 Not Found</description>
		<content:encoded><![CDATA[<p>Bad link</p>
<p>the download link is bad.<br />
<a href="http://monotonous.org/files/flickrlib-0.5.tar.gz" rel="nofollow">http://monotonous.org/files/flickrlib-0.5.tar.gz</a>: 404 Not Found</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juanvi</title>
		<link>http://monotonous.org/2005/11/26/flickrlib-05/#comment-182</link>
		<dc:creator>juanvi</dc:creator>
		<pubDate>Sat, 04 Nov 2006 13:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.monotonous.org/?p=11#comment-182</guid>
		<description>Very intuitive to use. Great work!

As a piece of advice, if any of you find problems with codification change line 107 from om=xml.dom.minidom.parseString(xmlStr.strip()) to om=xml.dom.minidom.parseString(xmlStr.strip().encode('utf8'))

Unfortunately, I do not know if this line would work under any circumstances, but it is working for me!

To test this library, I've developed an automatic tool to automatically change the KDE background using Flickr. You can find it under the GPL in http://globus.upc.es/~juanvvc/downloads/desktop-flickr-0.99.tar.gz

Thanks again!</description>
		<content:encoded><![CDATA[<p>Very intuitive to use. Great work!</p>
<p>As a piece of advice, if any of you find problems with codification change line 107 from om=xml.dom.minidom.parseString(xmlStr.strip()) to om=xml.dom.minidom.parseString(xmlStr.strip().encode(&#8217;utf8&#8242;))</p>
<p>Unfortunately, I do not know if this line would work under any circumstances, but it is working for me!</p>
<p>To test this library, I&#8217;ve developed an automatic tool to automatically change the KDE background using Flickr. You can find it under the GPL in <a href="http://globus.upc.es/~juanvvc/downloads/desktop-flickr-0.99.tar.gz" rel="nofollow">http://globus.upc.es/~juanvvc/downloads/desktop-flickr-0.99.tar.gz</a></p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shellreef</title>
		<link>http://monotonous.org/2005/11/26/flickrlib-05/#comment-180</link>
		<dc:creator>shellreef</dc:creator>
		<pubDate>Mon, 02 Oct 2006 04:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.monotonous.org/?p=11#comment-180</guid>
		<description>Great work - I've tried the three other Python Flickr API libraries but yours is the most intuitive. Thanks!</description>
		<content:encoded><![CDATA[<p>Great work - I&#8217;ve tried the three other Python Flickr API libraries but yours is the most intuitive. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Weholt</title>
		<link>http://monotonous.org/2005/11/26/flickrlib-05/#comment-181</link>
		<dc:creator>Thomas Weholt</dc:creator>
		<pubDate>Wed, 27 Sep 2006 17:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.monotonous.org/?p=11#comment-181</guid>
		<description>I've tried to use this lib and got the following error:

&#62;&#62;&#62;agent._upload({'filename':r'c:\\temp\\DSC_6500~1.jpg', 'title':'test'})
'\n\n\t\n\n'

The key and shared was set correctly. I believe.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried to use this lib and got the following error:</p>
<p>&gt;&gt;&gt;agent._upload({&#8217;filename&#8217;:r&#8217;c:\\temp\\DSC_6500~1.jpg&#8217;, &#8216;title&#8217;:'test&#8217;})<br />
&#8216;\n\n\t\n\n&#8217;</p>
<p>The key and shared was set correctly. I believe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sefra</title>
		<link>http://monotonous.org/2005/11/26/flickrlib-05/#comment-179</link>
		<dc:creator>Sefra</dc:creator>
		<pubDate>Mon, 24 Jul 2006 16:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.monotonous.org/?p=11#comment-179</guid>
		<description>A really good good lib! I will use for my my photoblog. Thank you very much for your work!</description>
		<content:encoded><![CDATA[<p>A really good good lib! I will use for my my photoblog. Thank you very much for your work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
