<?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>Chen Yufei's blog &#187; reviewboard</title>
	<atom:link href="http://chenyufei.info/blog/tag/reviewboard/feed/" rel="self" type="application/rss+xml" />
	<link>http://chenyufei.info/blog</link>
	<description>Keep your head about you while all those are losing theirs</description>
	<lastBuildDate>Wed, 21 Jul 2010 05:30:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Reviewboard, PIL and virtualenv</title>
		<link>http://chenyufei.info/blog/2009-12-02/reviewboard-pil-and-virtualenv/</link>
		<comments>http://chenyufei.info/blog/2009-12-02/reviewboard-pil-and-virtualenv/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 06:44:27 +0000</pubDate>
		<dc:creator>chenyufei</dc:creator>
				<category><![CDATA[未分类]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[reviewboard]]></category>
		<category><![CDATA[virtualenv]]></category>

		<guid isPermaLink="false">http://chenyufei.info/blog/2009-12-02/reviewboard-pil-and-virtualenv/</guid>
		<description><![CDATA[I created a separate no site-packages virtualenv directory, and use easy_install to install Reviewboard. However, easy_install installs PIL version 1.1.7 which does not work with the latest stable Reviewboard version 1.0.5.1. Using easy_install PIL==1.1.6 doesn&#8217;t work because of build error. The workaround is to manually download PIL and install it. To make reviewboard work under [...]]]></description>
			<content:encoded><![CDATA[<p>I created a separate no site-packages virtualenv directory, and use easy_install to install Reviewboard.</p>
<p>However, easy_install installs PIL version 1.1.7 which does not work with the latest stable Reviewboard version 1.0.5.1.</p>
<p>Using easy_install PIL==1.1.6 doesn&#8217;t work because of build error. The workaround is to manually download PIL and install it.</p>
<p>To make reviewboard work under virtualenv, additional steps are needed, which in fact are steps for Django application to work under virtualenv.</p>
<ul>
<li>If you use mod_python and apache, <a href="http://mydjangoblog.com/2009/03/30/django-mod_python-and-virtualenv/">this article</a> maybe useful. This works for Reviewboard.</li>
<li>For mod_wsgi, <a href="http://www.danceric.net/2009/03/26/django-virtualenv-and-mod_wsgi/">look here</a>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://chenyufei.info/blog/2009-12-02/reviewboard-pil-and-virtualenv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
