<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>Arunrocks &#187; django</title> <atom:link href="http://www.arunrocks.com/blog/archives/category/technical/python/django/feed/" rel="self" type="application/rss+xml" /><link>http://www.arunrocks.com/blog</link> <description>Representing Anti-monotonistic Tendencies</description> <lastBuildDate>Tue, 27 Jul 2010 14:41:38 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.8.6</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Workaround to Easy Install PIL on Windows</title><link>http://www.arunrocks.com/blog/archives/2008/08/30/workaround-to-easy-install-pil-on-windows/</link> <comments>http://www.arunrocks.com/blog/archives/2008/08/30/workaround-to-easy-install-pil-on-windows/#comments</comments> <pubDate>Sat, 30 Aug 2008 17:43:54 +0000</pubDate> <dc:creator>Arun Bhai</dc:creator> <category><![CDATA[Python]]></category> <category><![CDATA[django]]></category><guid
isPermaLink="false">http://www.arunrocks.com/blog/?p=133</guid> <description><![CDATA[This is a quick workaround for people who are using easy_install to install Python Imaging Library on Windows. Many people faced issues while doing this. I found a simple workaround for this.You must have tried the followingC:&#62; easy_install PIL
Searching for PIL
...
Finished processing dependencies for PIL
C:&#62; python
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 [...]]]></description> <content:encoded><![CDATA[<p>This is a quick workaround for people who are using <a
href="http://peak.telecommunity.com/DevCenter/EasyInstall">easy_install</a> to install Python Imaging Library on Windows. Many people faced issues while doing this. I found a simple workaround for this.</p><p>You must have tried the following</p><pre><code>C:&gt; easy_install PIL
Searching for PIL
...
Finished processing dependencies for PIL
C:&gt; python
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
&gt;&gt;&gt; import Image
Traceback (most recent call last):
  File "&lt;stdin&gt;", line 1, in &lt;module&gt;
ImportError: No module named Image
</code></pre><p>Now you will need to go to your site-packages directory (typically at C:\Python\Lib\site-packages) and change one line that starts with <code>./PIL-1.1.6-py2.5-win32.egg</code> to simply <code>./PIL</code> and change the sub-directory named similarly to <code>PIL</code></p><p>Now your imports should work :smile:</p> ]]></content:encoded> <wfw:commentRss>http://www.arunrocks.com/blog/archives/2008/08/30/workaround-to-easy-install-pil-on-windows/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss><!--
This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 6/13 queries in 0.006 seconds using disk

Served from: mshawking.asmallorange.com @ 2010-07-31 11:24:03 -->