<?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: image manipulation with python</title>
	<atom:link href="http://kerbtier.ch/2009/03/11/image-manipulation-with-python/feed" rel="self" type="application/rss+xml" />
	<link>http://kerbtier.ch/2009/03/11/image-manipulation-with-python</link>
	<description>mind the gap</description>
	<pubDate>Sun, 20 May 2012 08:59:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Taylor Braun-Jones</title>
		<link>http://kerbtier.ch/2009/03/11/image-manipulation-with-python#comment-18687</link>
		<dc:creator>Taylor Braun-Jones</dc:creator>
		<pubDate>Thu, 22 Mar 2012 03:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://kerbtier.ch/?p=142#comment-18687</guid>
		<description>Thanks - helpful!

FYI - i.save(...) seems to be i.write(...) now</description>
		<content:encoded><![CDATA[<p>Thanks - helpful!</p>
<p>FYI - i.save(&#8230;) seems to be i.write(&#8230;) now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://kerbtier.ch/2009/03/11/image-manipulation-with-python#comment-4381</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 22 Aug 2009 14:36:04 +0000</pubDate>
		<guid isPermaLink="false">http://kerbtier.ch/?p=142#comment-4381</guid>
		<description>i remember having problems with pythonmagick after an os update. i cant actually remember what i did exactly to fix it but it looks like i built it myself from http://www.imagemagick.org/download/python/PythonMagick-0.9.1.tar.bz2 but i also remember that it took a while till it worked, stupidly i didn't post it here.</description>
		<content:encoded><![CDATA[<p>i remember having problems with pythonmagick after an os update. i cant actually remember what i did exactly to fix it but it looks like i built it myself from <a href="http://www.imagemagick.org/download/python/PythonMagick-0.9.1.tar.bz2" rel="nofollow">http://www.imagemagick.org/download/python/PythonMagick-0.9.1.tar.bz2</a> but i also remember that it took a while till it worked, stupidly i didn&#8217;t post it here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shardul</title>
		<link>http://kerbtier.ch/2009/03/11/image-manipulation-with-python#comment-4380</link>
		<dc:creator>shardul</dc:creator>
		<pubDate>Sat, 22 Aug 2009 14:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://kerbtier.ch/?p=142#comment-4380</guid>
		<description>hi,

this library is not working anymore. 
sudo apt-get install python-pythonmagick when i do that it installed it successfully.
But after when i try to use it it gives me error with following 

 File "thumbnail.py", line 1, in 
    from PythonMagick import Image
  File "/var/lib/python-support/python2.6/PythonMagick/__init__.py", line 1, in 
    import _PythonMagick
ImportError: /var/lib/python-support/python2.6/PythonMagick/_PythonMagick.so: undefined symbol: _ZTIN5boost6python15instance_holderE

Also there has been discussion about this here http://bugs.gentoo.org/273470

Didnt you faced the same problem?</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>this library is not working anymore. 
sudo apt-get install python-pythonmagick when i do that it installed it successfully.
But after when i try to use it it gives me error with following </p>
<p> File &#8220;thumbnail.py&#8221;, line 1, in 
    from PythonMagick import Image
  File &#8220;/var/lib/python-support/python2.6/PythonMagick/__init__.py&#8221;, line 1, in 
    import _PythonMagick
ImportError: /var/lib/python-support/python2.6/PythonMagick/_PythonMagick.so: undefined symbol: _ZTIN5boost6python15instance_holderE</p>
<p>Also there has been discussion about this here <a href="http://bugs.gentoo.org/273470" rel="nofollow">http://bugs.gentoo.org/273470</a></p>
<p>Didnt you faced the same problem?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

