<?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>Chris-Wong.net &#187; Python</title>
	<atom:link href="http://www.chris-wong.net/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chris-wong.net</link>
	<description>Thoughts on life &#38; software development.</description>
	<lastBuildDate>Wed, 18 Jan 2012 07:12:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Parent module &#8216;PIL&#8217; not loaded.</title>
		<link>http://www.chris-wong.net/parent-module-pil-not-loaded/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=parent-module-pil-not-loaded</link>
		<comments>http://www.chris-wong.net/parent-module-pil-not-loaded/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 07:29:53 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[App Engine]]></category>
		<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[PIL]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.chris-wong.net/?p=100</guid>
		<description><![CDATA[Just a quick note, I was playing around with Google App Engine 1.3.5 with PIL 1.17 installed on my Windows 7 machine. Django Framework was complaining that the PIL module cannot be found from the system path when I was trying to resize an image using the Image module from Google App Engine. Since we [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick note, I was playing around with Google App Engine 1.3.5 with PIL 1.17 installed on my Windows 7 machine. Django Framework was complaining that the PIL module cannot be found from the system path when I was trying to resize an image using the Image module from Google App Engine. Since we call the Image module from Google App Engine and not using it directly, the only way to fix it is to uninstall PIL 1.1.7 and install 1.1.6 instead.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chris-wong.net/parent-module-pil-not-loaded/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

