<?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: Install Python Imaging Library (PIL) on Cygwin</title>
	<atom:link href="http://jetfar.com/cygwin-install-python-imaging-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://jetfar.com/cygwin-install-python-imaging-library/</link>
	<description>Rich Atkinson&#039;s Personal Blog</description>
	<lastBuildDate>Fri, 02 Jul 2010 03:13:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matt</title>
		<link>http://jetfar.com/cygwin-install-python-imaging-library/comment-page-1/#comment-337</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 09 Sep 2009 11:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://jetfar.com/?p=38#comment-337</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: libjpeg and Python Imaging (PIL) on Snow Leopard</title>
		<link>http://jetfar.com/cygwin-install-python-imaging-library/comment-page-1/#comment-334</link>
		<dc:creator>libjpeg and Python Imaging (PIL) on Snow Leopard</dc:creator>
		<pubDate>Sat, 05 Sep 2009 12:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://jetfar.com/?p=38#comment-334</guid>
		<description>[...] At least the native Python 2.6 on Snow Leopard works great, and this wasn&#8217;t nearly as painfull as installing PIL on Cygwin! [...]</description>
		<content:encoded><![CDATA[<p>[...] At least the native Python 2.6 on Snow Leopard works great, and this wasn&#8217;t nearly as painfull as installing PIL on Cygwin! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oxenfrogga</title>
		<link>http://jetfar.com/cygwin-install-python-imaging-library/comment-page-1/#comment-331</link>
		<dc:creator>Oxenfrogga</dc:creator>
		<pubDate>Wed, 22 Jul 2009 08:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://jetfar.com/?p=38#comment-331</guid>
		<description>worked for me, too, but I needed to rebase using the &quot;ash&quot; terminal.

Thanks!</description>
		<content:encoded><![CDATA[<p>worked for me, too, but I needed to rebase using the &#8220;ash&#8221; terminal.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tijmen</title>
		<link>http://jetfar.com/cygwin-install-python-imaging-library/comment-page-1/#comment-330</link>
		<dc:creator>Tijmen</dc:creator>
		<pubDate>Tue, 21 Jul 2009 13:39:15 +0000</pubDate>
		<guid isPermaLink="false">http://jetfar.com/?p=38#comment-330</guid>
		<description>That helped :)</description>
		<content:encoded><![CDATA[<p>That helped <img src='http://jetfar.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred Blasdel</title>
		<link>http://jetfar.com/cygwin-install-python-imaging-library/comment-page-1/#comment-329</link>
		<dc:creator>Fred Blasdel</dc:creator>
		<pubDate>Wed, 08 Jul 2009 05:09:01 +0000</pubDate>
		<guid isPermaLink="false">http://jetfar.com/?p=38#comment-329</guid>
		<description>Instead of diddling with the system&#039;s Tk DLL, you could also just disable Tk support in PIL. While the setuptools script doesn&#039;t have any flags, you could easily just make it think that Tkinter isn&#039;t installed:

sed -i -e &#039;s/import _tkinter/raise ImportError/&#039; setup.py</description>
		<content:encoded><![CDATA[<p>Instead of diddling with the system&#8217;s Tk DLL, you could also just disable Tk support in PIL. While the setuptools script doesn&#8217;t have any flags, you could easily just make it think that Tkinter isn&#8217;t installed:</p>
<p>sed -i -e &#8217;s/import _tkinter/raise ImportError/&#8217; setup.py</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fonso</title>
		<link>http://jetfar.com/cygwin-install-python-imaging-library/comment-page-1/#comment-239</link>
		<dc:creator>Fonso</dc:creator>
		<pubDate>Sun, 24 May 2009 13:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://jetfar.com/?p=38#comment-239</guid>
		<description>Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Mason</title>
		<link>http://jetfar.com/cygwin-install-python-imaging-library/comment-page-1/#comment-238</link>
		<dc:creator>Andrew Mason</dc:creator>
		<pubDate>Fri, 08 May 2009 10:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://jetfar.com/?p=38#comment-238</guid>
		<description>Just a quick &#039;thank you&#039;. This worked a treat with PIL 1.1.6</description>
		<content:encoded><![CDATA[<p>Just a quick &#8216;thank you&#8217;. This worked a treat with PIL 1.1.6</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Freeman</title>
		<link>http://jetfar.com/cygwin-install-python-imaging-library/comment-page-1/#comment-231</link>
		<dc:creator>Dan Freeman</dc:creator>
		<pubDate>Mon, 16 Mar 2009 19:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://jetfar.com/?p=38#comment-231</guid>
		<description>re: NdrU &quot;it apparently broke the Tkinter&quot; ... &quot;ImportError: Permission denied&quot;

same here -&gt; fixed by running &quot;rebaseall&quot;

:)</description>
		<content:encoded><![CDATA[<p>re: NdrU &#8220;it apparently broke the Tkinter&#8221; &#8230; &#8220;ImportError: Permission denied&#8221;</p>
<p>same here -&gt; fixed by running &#8220;rebaseall&#8221;</p>
<p> <img src='http://jetfar.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sander</title>
		<link>http://jetfar.com/cygwin-install-python-imaging-library/comment-page-1/#comment-227</link>
		<dc:creator>Michael Sander</dc:creator>
		<pubDate>Thu, 05 Feb 2009 12:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://jetfar.com/?p=38#comment-227</guid>
		<description>All I&#039;ve been trying to do is display a jpeg using python on Cygwin... you would think that Cygwin maintainers would have added this functionality, but no. Thanks for the fix!</description>
		<content:encoded><![CDATA[<p>All I&#8217;ve been trying to do is display a jpeg using python on Cygwin&#8230; you would think that Cygwin maintainers would have added this functionality, but no. Thanks for the fix!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NdrU</title>
		<link>http://jetfar.com/cygwin-install-python-imaging-library/comment-page-1/#comment-208</link>
		<dc:creator>NdrU</dc:creator>
		<pubDate>Sun, 16 Nov 2008 13:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://jetfar.com/?p=38#comment-208</guid>
		<description>I was able to build the PIL using this fix, but it apparently broke the Tkinter. Now when I try running a tkinter application, i get this error:
&lt;code&gt;  File &quot;/usr/lib/python2.5/lib-tk/Tkinter.py&quot;, line 38, in 
    import _tkinter # If this fails your Python may not be configured for Tk
ImportError: Permission denied&lt;/code&gt;

Any help, please?

&lt;em&gt;&lt;strong&gt;Rich:&lt;/strong&gt; Sorry mate, I haven&#039;t done any non-web work in years, let alone GUI. Good luck!&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>I was able to build the PIL using this fix, but it apparently broke the Tkinter. Now when I try running a tkinter application, i get this error:<br />
<code>  File "/usr/lib/python2.5/lib-tk/Tkinter.py", line 38, in<br />
    import _tkinter # If this fails your Python may not be configured for Tk<br />
ImportError: Permission denied</code></p>
<p>Any help, please?</p>
<p><em><strong>Rich:</strong> Sorry mate, I haven&#8217;t done any non-web work in years, let alone GUI. Good luck!</em></p>
]]></content:encoded>
	</item>
</channel>
</rss>
