<?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: Django on DreamHost with Passenger</title>
	<atom:link href="http://coltonprovias.com/2009/09/21/django-on-dreamhost-with-passenger/feed/" rel="self" type="application/rss+xml" />
	<link>http://coltonprovias.com/2009/09/21/django-on-dreamhost-with-passenger/</link>
	<description>Composer and Programmer</description>
	<lastBuildDate>Mon, 19 Jul 2010 12:52:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
	<item>
		<title>By: Victor Cinaglia</title>
		<link>http://coltonprovias.com/2009/09/21/django-on-dreamhost-with-passenger/comment-page-1/#comment-1292</link>
		<dc:creator>Victor Cinaglia</dc:creator>
		<pubDate>Mon, 24 May 2010 17:22:58 +0000</pubDate>
		<guid isPermaLink="false">http://coltonprovias.com/?p=925#comment-1292</guid>
		<description>Thanks man. I know it&#039;s a bit old, but I had been struggling with this task for a while, and your steps worked like a charm.</description>
		<content:encoded><![CDATA[<p>Thanks man. I know it&#8217;s a bit old, but I had been struggling with this task for a while, and your steps worked like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://coltonprovias.com/2009/09/21/django-on-dreamhost-with-passenger/comment-page-1/#comment-1139</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 03 Feb 2010 15:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://coltonprovias.com/?p=925#comment-1139</guid>
		<description>I&#039;ve had some trouble with egg files and passenger.  They&#039;ll work in python from the command line, but Django will throw an error that it can&#039;t find the module.  So I just extract the egg file inside the ~/lib/python folder like so: &quot;unzip [module].egg&quot; and it seems to work.  Even placing the egg file directly in the passenger path did not work for me, but extracting the egg did.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve had some trouble with egg files and passenger.  They&#8217;ll work in python from the command line, but Django will throw an error that it can&#8217;t find the module.  So I just extract the egg file inside the ~/lib/python folder like so: &#8220;unzip [module].egg&#8221; and it seems to work.  Even placing the egg file directly in the passenger path did not work for me, but extracting the egg did.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: REVERT TO CONSOLE &#8250; Dreamhost Django Install, Revised Edition</title>
		<link>http://coltonprovias.com/2009/09/21/django-on-dreamhost-with-passenger/comment-page-1/#comment-1124</link>
		<dc:creator>REVERT TO CONSOLE &#8250; Dreamhost Django Install, Revised Edition</dc:creator>
		<pubDate>Wed, 20 Jan 2010 20:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://coltonprovias.com/?p=925#comment-1124</guid>
		<description>[...] I found this today, and it looks like it could be a good setup too.             This was written by Jeff. Posted on [...]</description>
		<content:encoded><![CDATA[<p>[...] I found this today, and it looks like it could be a good setup too.             This was written by Jeff. Posted on [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://coltonprovias.com/2009/09/21/django-on-dreamhost-with-passenger/comment-page-1/#comment-1078</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 30 Dec 2009 20:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://coltonprovias.com/?p=925#comment-1078</guid>
		<description>nevermind - I was able to append the sys.path that django sees in the passenger_wsgi.py

Everything works (as far as I can tell)</description>
		<content:encoded><![CDATA[<p>nevermind &#8211; I was able to append the sys.path that django sees in the passenger_wsgi.py</p>
<p>Everything works (as far as I can tell)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://coltonprovias.com/2009/09/21/django-on-dreamhost-with-passenger/comment-page-1/#comment-1074</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 30 Dec 2009 05:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://coltonprovias.com/?p=925#comment-1074</guid>
		<description>I&#039;ll also note - the python path from command line is different from the django error page:

From command line:
[&#039;&#039;, &#039;/home/myname/local/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg&#039;, &#039;/home/myname/local/lib/python2.4/site-packages/APNSWrapper-0.4-py2.4.egg&#039;, &#039;/home/myname/local/lib/python2.4/site-packages/docutils-0.6-py2.4.egg&#039;, &#039;/home/myname/local/lib/python2.4/site-packages/django_piston-0.2.3rc1-py2.4.egg&#039;, &#039;/home/myname/local/lib/python2.4/site-packages/django_piston-0.2.3rc1-py2.4.egg/piston&#039;, &#039;/home/myname/trac_packages/lib/python24/site-packages&#039;, &#039;/home/myname/local/lib/python24.zip&#039;, &#039;/home/myname/local/lib/python2.4&#039;, &#039;/home/myname/local/lib/python2.4/plat-linux2&#039;, &#039;/home/myname/local/lib/python2.4/lib-tk&#039;, &#039;/home/ddosen/local/lib/python2.4/lib-dynload&#039;, &#039;/usr/lib/python2.4&#039;, &#039;/usr/lib64/python2.4&#039;, &#039;/usr/lib/python2.4/plat-linux2&#039;, &#039;/usr/lib/python2.4/lib-tk&#039;, &#039;/usr/lib64/python2.4/lib-tk&#039;, &#039;/home/myname/local/lib/python2.4/site-packages&#039;, &#039;/usr/local/lib/python2.4/site-packages&#039;, &#039;/usr/lib/python2.4/site-packages&#039;, &#039;/usr/lib/python2.4/site-packages/Numeric&#039;, &#039;/usr/lib/python2.4/site-packages/PIL&#039;, &#039;/var/lib/python-support/python2.4&#039;, &#039;/usr/lib/site-python&#039;]

from django error:
:  	[&#039;/usr/local/dh/passenger/lib/phusion_passenger/wsgi&#039;, &#039;/usr/lib/python24.zip&#039;, &#039;/usr/lib/python2.4&#039;, &#039;/usr/lib/python2.4/plat-linux2&#039;, &#039;/usr/lib/python2.4/lib-tk&#039;, &#039;/usr/lib/python2.4/lib-dynload&#039;, &#039;/usr/local/lib/python2.4/site-packages&#039;, &#039;/usr/lib/python2.4/site-packages&#039;, &#039;/usr/lib/python2.4/site-packages/Numeric&#039;, &#039;/usr/lib/python2.4/site-packages/PIL&#039;, &#039;/var/lib/python-support/python2.4&#039;, &#039;/usr/lib/site-python&#039;, &#039;/home/ddosen/blogserver.cargopantspocketsoftware.com&#039;]

Any idea why those are different?</description>
		<content:encoded><![CDATA[<p>I&#8217;ll also note &#8211; the python path from command line is different from the django error page:</p>
<p>From command line:<br />
['', '/home/myname/local/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg', '/home/myname/local/lib/python2.4/site-packages/APNSWrapper-0.4-py2.4.egg', '/home/myname/local/lib/python2.4/site-packages/docutils-0.6-py2.4.egg', '/home/myname/local/lib/python2.4/site-packages/django_piston-0.2.3rc1-py2.4.egg', '/home/myname/local/lib/python2.4/site-packages/django_piston-0.2.3rc1-py2.4.egg/piston', '/home/myname/trac_packages/lib/python24/site-packages', '/home/myname/local/lib/python24.zip', '/home/myname/local/lib/python2.4', '/home/myname/local/lib/python2.4/plat-linux2', '/home/myname/local/lib/python2.4/lib-tk', '/home/ddosen/local/lib/python2.4/lib-dynload', '/usr/lib/python2.4', '/usr/lib64/python2.4', '/usr/lib/python2.4/plat-linux2', '/usr/lib/python2.4/lib-tk', '/usr/lib64/python2.4/lib-tk', '/home/myname/local/lib/python2.4/site-packages', '/usr/local/lib/python2.4/site-packages', '/usr/lib/python2.4/site-packages', '/usr/lib/python2.4/site-packages/Numeric', '/usr/lib/python2.4/site-packages/PIL', '/var/lib/python-support/python2.4', '/usr/lib/site-python']</p>
<p>from django error:<br />
:  	['/usr/local/dh/passenger/lib/phusion_passenger/wsgi', '/usr/lib/python24.zip', '/usr/lib/python2.4', '/usr/lib/python2.4/plat-linux2', '/usr/lib/python2.4/lib-tk', '/usr/lib/python2.4/lib-dynload', '/usr/local/lib/python2.4/site-packages', '/usr/lib/python2.4/site-packages', '/usr/lib/python2.4/site-packages/Numeric', '/usr/lib/python2.4/site-packages/PIL', '/var/lib/python-support/python2.4', '/usr/lib/site-python', '/home/ddosen/blogserver.cargopantspocketsoftware.com']</p>
<p>Any idea why those are different?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://coltonprovias.com/2009/09/21/django-on-dreamhost-with-passenger/comment-page-1/#comment-1073</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 30 Dec 2009 05:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://coltonprovias.com/?p=925#comment-1073</guid>
		<description>Thanks for the quick reply...

And it is! (it&#039;s in an egg file in the python path).  I appended the path with a path inside the egg - and now it won&#039;t fail at the &gt;&gt;&gt; command line, but it still does within my django app.

Any ideas?</description>
		<content:encoded><![CDATA[<p>Thanks for the quick reply&#8230;</p>
<p>And it is! (it&#8217;s in an egg file in the python path).  I appended the path with a path inside the egg &#8211; and now it won&#8217;t fail at the &gt;&gt;&gt; command line, but it still does within my django app.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colton Provias</title>
		<link>http://coltonprovias.com/2009/09/21/django-on-dreamhost-with-passenger/comment-page-1/#comment-1072</link>
		<dc:creator>Colton Provias</dc:creator>
		<pubDate>Wed, 30 Dec 2009 04:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://coltonprovias.com/?p=925#comment-1072</guid>
		<description>Make sure your piston folder is in one of the folders in your PYTHONPATH.  You can get your PYTHONPATH by doing the following:

python
&gt;&gt;&gt; import sys
&gt;&gt;&gt; print sys.path</description>
		<content:encoded><![CDATA[<p>Make sure your piston folder is in one of the folders in your PYTHONPATH.  You can get your PYTHONPATH by doing the following:</p>
<p>python<br />
>>> import sys<br />
>>> print sys.path</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://coltonprovias.com/2009/09/21/django-on-dreamhost-with-passenger/comment-page-1/#comment-1071</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 30 Dec 2009 04:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://coltonprovias.com/?p=925#comment-1071</guid>
		<description>Dreamhost, Django and Piston

I&#039;m trying to use Piston on Dreamhost/Django, and while it installs, I get an error trying to import anything in the piston framework.  

Instead I get an error: &quot;No module named piston.&quot; where  is the first piston module I come accross.

If I try to import the module from a Python command line (&gt;&gt;&gt;) I get an error that DJANGO_SETTINGS_MODULE isn&#039;t set, but I set the value of DJANGO_SETTINGS_MODULE in my passenger_wsgi.py,

And ideas?</description>
		<content:encoded><![CDATA[<p>Dreamhost, Django and Piston</p>
<p>I&#8217;m trying to use Piston on Dreamhost/Django, and while it installs, I get an error trying to import anything in the piston framework.  </p>
<p>Instead I get an error: &#8220;No module named piston.&#8221; where  is the first piston module I come accross.</p>
<p>If I try to import the module from a Python command line (&gt;&gt;&gt;) I get an error that DJANGO_SETTINGS_MODULE isn&#8217;t set, but I set the value of DJANGO_SETTINGS_MODULE in my passenger_wsgi.py,</p>
<p>And ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew F</title>
		<link>http://coltonprovias.com/2009/09/21/django-on-dreamhost-with-passenger/comment-page-1/#comment-931</link>
		<dc:creator>Andrew F</dc:creator>
		<pubDate>Wed, 18 Nov 2009 17:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://coltonprovias.com/?p=925#comment-931</guid>
		<description>We&#039;ve now got an official Django setup script for Django / Passenger at:

http://wiki.dreamhost.com/Django</description>
		<content:encoded><![CDATA[<p>We&#8217;ve now got an official Django setup script for Django / Passenger at:</p>
<p><a href="http://wiki.dreamhost.com/Django" rel="nofollow">http://wiki.dreamhost.com/Django</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colton Provias</title>
		<link>http://coltonprovias.com/2009/09/21/django-on-dreamhost-with-passenger/comment-page-1/#comment-924</link>
		<dc:creator>Colton Provias</dc:creator>
		<pubDate>Sat, 14 Nov 2009 01:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://coltonprovias.com/?p=925#comment-924</guid>
		<description>Can you post a copy of your passenger_wsgi.py?</description>
		<content:encoded><![CDATA[<p>Can you post a copy of your passenger_wsgi.py?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
