<?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>Iraniblog &#187; Pinax</title>
	<atom:link href="http://iraniweb.com/blog/?feed=rss2&#038;cat=17" rel="self" type="application/rss+xml" />
	<link>http://iraniweb.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 20 Apr 2010 04:22:16 +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>Pinax update: breaks external dependencies</title>
		<link>http://iraniweb.com/blog/?p=48</link>
		<comments>http://iraniweb.com/blog/?p=48#comments</comments>
		<pubDate>Mon, 02 Feb 2009 19:37:45 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[Pinax]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://iraniweb.com/blog/?p=48</guid>
		<description><![CDATA[Have you been working off the Pinax trunk only to be surprised by the following message after an update: Â Error: No module named notification Basically what happened is summarized on the django-hotclub page, which I apparently should start paying closer attention to: http://code.google.com/p/django-hotclub/wiki/MovingToDistutils What this all means is that you will need to change your [...]]]></description>
			<content:encoded><![CDATA[<p>Have you been working off the Pinax trunk only to be surprised by the following message after an update:<br />
Â <em>Error: No module named notification</em></p>
<p>Basically what happened is summarized on the django-hotclub page, which I apparently should start paying closer attention to:<br />
<a href="http://code.google.com/p/django-hotclub/wiki/MovingToDistutils">http://code.google.com/p/django-hotclub/wiki/MovingToDistutils</a></p>
<p>What this all means is that you will need to change your setup a bit to get Pinax to work in its new setup&#8230; What I had to do first was install pip and virtualenv<br />
<code>sudo easy_install pip<br />
sudo easy_install virtualenv</code></p>
<p>If you need to setup easy_install or you have any trouble with the following step, try updating python-setuptools<br />
<code>sudo apt-get install python-setuptools</code></p>
<p>You will also need to install git and bzr as mentioned in the wiki page. On my Ubuntu box, it was simple as installingÂ git-coreÂ andÂ bzr<br />
<code>sudo apt-get install git-core<br />
sudo apt-get install bzr</code></p>
<p>After that you need to run the following command to download the apps (Feb 6, typo fixed, thanks Vernon):<br />
<code>sudo pip install -r pinax/requirements/external_apps.txt</code></p>
<p>And then back to your normal:<br />
<code>python manage.py syncdb<br />
python manage.py runserver</code><br />
(of course this is just on your dev box&#8230;)</p>
<p>hope that helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://iraniweb.com/blog/?feed=rss2&amp;p=48</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
