<?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: Custom Python installation for Django on Dreamhost</title>
	<atom:link href="http://blog.localkinegrinds.com/2007/08/20/custom-python-installation-for-django-on-dreamhost/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.localkinegrinds.com/2007/08/20/custom-python-installation-for-django-on-dreamhost/</link>
	<description>Everything you&#039;ve ever thought, but never had the balls to say.</description>
	<lastBuildDate>Fri, 19 Mar 2010 00:53:14 -1000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ITT 331 Lab 5 &#8212; ITT Classes</title>
		<link>http://blog.localkinegrinds.com/2007/08/20/custom-python-installation-for-django-on-dreamhost/comment-page-1/#comment-30161</link>
		<dc:creator>ITT 331 Lab 5 &#8212; ITT Classes</dc:creator>
		<pubDate>Tue, 26 Jan 2010 02:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.localkinegrinds.com/2007/08/20/custom-python-installation-for-django-on-dreamhost/#comment-30161</guid>
		<description>[...] Upgrade the version of python on your linux accounts to python 2.6 by installing a local version of python on your account &#8230; instructions on how to do this are at http://blog.localkinegrinds.com/2007/08/20/custom-python-installation-for-django-on-dreamhost/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Upgrade the version of python on your linux accounts to python 2.6 by installing a local version of python on your account &#8230; instructions on how to do this are at <a href="http://blog.localkinegrinds.com/2007/08/20/custom-python-installation-for-django-on-dreamhost/" rel="nofollow">http://blog.localkinegrinds.com/2007/08/20/custom-python-installation-for-django-on-dreamhost/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryankanno</title>
		<link>http://blog.localkinegrinds.com/2007/08/20/custom-python-installation-for-django-on-dreamhost/comment-page-1/#comment-30048</link>
		<dc:creator>ryankanno</dc:creator>
		<pubDate>Fri, 17 Jul 2009 19:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.localkinegrinds.com/2007/08/20/custom-python-installation-for-django-on-dreamhost/#comment-30048</guid>
		<description>@Sigit -

I suspect what&#039;s happening is that you&#039;re deploying Django+Python via mod_python on your shared hosting.  If you take a look at these instructions on the Django site: http://docs.djangoproject.com/en/dev/howto/deployment/modpython/, there&#039;s a line there that says the following: &#039;When deploying Django sites on mod_python, you&#039;ll need to restart Apache each time you make changes to your Python code.&#039;  I think all you need to do is tell Apache to restart itself anytime you issue code changes and things should be awesometown! :)</description>
		<content:encoded><![CDATA[<p>@Sigit -</p>
<p>I suspect what&#8217;s happening is that you&#8217;re deploying Django+Python via mod_python on your shared hosting.  If you take a look at these instructions on the Django site: <a href="http://docs.djangoproject.com/en/dev/howto/deployment/modpython/" rel="nofollow">http://docs.djangoproject.com/en/dev/howto/deployment/modpython/</a>, there&#8217;s a line there that says the following: &#8216;When deploying Django sites on mod_python, you&#8217;ll need to restart Apache each time you make changes to your Python code.&#8217;  I think all you need to do is tell Apache to restart itself anytime you issue code changes and things should be awesometown! <img src='http://blog.localkinegrinds.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sigit</title>
		<link>http://blog.localkinegrinds.com/2007/08/20/custom-python-installation-for-django-on-dreamhost/comment-page-1/#comment-30047</link>
		<dc:creator>sigit</dc:creator>
		<pubDate>Thu, 16 Jul 2009 02:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.localkinegrinds.com/2007/08/20/custom-python-installation-for-django-on-dreamhost/#comment-30047</guid>
		<description>Hello,

Thanks for this article, 
I&#039;m not dreamhost user, but your tutorial works in my web hosting.

but i still have little trouble, 
if i had change something in settings.py, it&#039;s not affect my django website.
my running django web still used old settings.
do you know what to do in this situation ?

Thanks, sorry for my poor english</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Thanks for this article,<br />
I&#8217;m not dreamhost user, but your tutorial works in my web hosting.</p>
<p>but i still have little trouble,<br />
if i had change something in settings.py, it&#8217;s not affect my django website.<br />
my running django web still used old settings.<br />
do you know what to do in this situation ?</p>
<p>Thanks, sorry for my poor english</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mediacracker</title>
		<link>http://blog.localkinegrinds.com/2007/08/20/custom-python-installation-for-django-on-dreamhost/comment-page-1/#comment-30033</link>
		<dc:creator>mediacracker</dc:creator>
		<pubDate>Thu, 18 Jun 2009 01:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.localkinegrinds.com/2007/08/20/custom-python-installation-for-django-on-dreamhost/#comment-30033</guid>
		<description>It works also for py2.6!!!!!!!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>It works also for py2.6!!!!!!!!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryankanno</title>
		<link>http://blog.localkinegrinds.com/2007/08/20/custom-python-installation-for-django-on-dreamhost/comment-page-1/#comment-29956</link>
		<dc:creator>ryankanno</dc:creator>
		<pubDate>Fri, 13 Feb 2009 10:45:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.localkinegrinds.com/2007/08/20/custom-python-installation-for-django-on-dreamhost/#comment-29956</guid>
		<description>@douglas - You&#039;re welcome!</description>
		<content:encoded><![CDATA[<p>@douglas &#8211; You&#8217;re welcome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: douglas</title>
		<link>http://blog.localkinegrinds.com/2007/08/20/custom-python-installation-for-django-on-dreamhost/comment-page-1/#comment-29950</link>
		<dc:creator>douglas</dc:creator>
		<pubDate>Tue, 10 Feb 2009 22:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.localkinegrinds.com/2007/08/20/custom-python-installation-for-django-on-dreamhost/#comment-29950</guid>
		<description>thank you!</description>
		<content:encoded><![CDATA[<p>thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: REVERT TO CONSOLE &#187; Blog Archive &#187; Upgrading Python on a Dreamhost Account</title>
		<link>http://blog.localkinegrinds.com/2007/08/20/custom-python-installation-for-django-on-dreamhost/comment-page-1/#comment-29758</link>
		<dc:creator>REVERT TO CONSOLE &#187; Blog Archive &#187; Upgrading Python on a Dreamhost Account</dc:creator>
		<pubDate>Sun, 28 Sep 2008 15:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.localkinegrinds.com/2007/08/20/custom-python-installation-for-django-on-dreamhost/#comment-29758</guid>
		<description>[...] Custom Python Install by LocalKineGrinds [...]</description>
		<content:encoded><![CDATA[<p>[...] Custom Python Install by LocalKineGrinds [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: California Dreams &#187; Blog Archive &#187; Dreamhost Broke Virtual Python Installations</title>
		<link>http://blog.localkinegrinds.com/2007/08/20/custom-python-installation-for-django-on-dreamhost/comment-page-1/#comment-29592</link>
		<dc:creator>California Dreams &#187; Blog Archive &#187; Dreamhost Broke Virtual Python Installations</dc:creator>
		<pubDate>Wed, 21 May 2008 04:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.localkinegrinds.com/2007/08/20/custom-python-installation-for-django-on-dreamhost/#comment-29592</guid>
		<description>[...] Python 2.5 running on Dreamhost and migrate my application to that. It turned out to be easy with these instructions. I had tried compiling Python on Dreamhost before, but had always ended up with a binary that did [...]</description>
		<content:encoded><![CDATA[<p>[...] Python 2.5 running on Dreamhost and migrate my application to that. It turned out to be easy with these instructions. I had tried compiling Python on Dreamhost before, but had always ended up with a binary that did [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [M]etabrain [E]ntry [L]og &#187; Blog Archive &#187; Installing Trac without root privs</title>
		<link>http://blog.localkinegrinds.com/2007/08/20/custom-python-installation-for-django-on-dreamhost/comment-page-1/#comment-27515</link>
		<dc:creator>[M]etabrain [E]ntry [L]og &#187; Blog Archive &#187; Installing Trac without root privs</dc:creator>
		<pubDate>Thu, 20 Mar 2008 20:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.localkinegrinds.com/2007/08/20/custom-python-installation-for-django-on-dreamhost/#comment-27515</guid>
		<description>[...] to custom-install Python2.5 or some other more recent version. Instructions on how to do that are here. After you&#8217;ve got python2.4 or later, you can [...]</description>
		<content:encoded><![CDATA[<p>[...] to custom-install Python2.5 or some other more recent version. Instructions on how to do that are here. After you&#8217;ve got python2.4 or later, you can [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryankanno</title>
		<link>http://blog.localkinegrinds.com/2007/08/20/custom-python-installation-for-django-on-dreamhost/comment-page-1/#comment-16044</link>
		<dc:creator>ryankanno</dc:creator>
		<pubDate>Sun, 30 Dec 2007 07:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.localkinegrinds.com/2007/08/20/custom-python-installation-for-django-on-dreamhost/#comment-16044</guid>
		<description>@Leonard

This is what I did from my installation. 

[look]$ python
Python 2.5.1 (r251:54863, Jul 23 2007, 15:42:46) 
[GCC 3.3.5 (Debian 1:3.3.5-13)] on linux2
Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.
&gt;&gt;&gt; import os
&gt;&gt;&gt; 

You might want to check out your PYTHONPATH system variable.  This is what I&#039;ve added to my .bash_profile.

export PATH=$HOME/opt/bin/:$PATH
export PYTHONPATH=$PYTHONPATH:$HOME/python/lib/site-packages</description>
		<content:encoded><![CDATA[<p>@Leonard</p>
<p>This is what I did from my installation. </p>
<p>[look]$ python<br />
Python 2.5.1 (r251:54863, Jul 23 2007, 15:42:46)<br />
[GCC 3.3.5 (Debian 1:3.3.5-13)] on linux2<br />
Type &#8220;help&#8221;, &#8220;copyright&#8221;, &#8220;credits&#8221; or &#8220;license&#8221; for more information.<br />
>>> import os<br />
>>> </p>
<p>You might want to check out your PYTHONPATH system variable.  This is what I&#8217;ve added to my .bash_profile.</p>
<p>export PATH=$HOME/opt/bin/:$PATH<br />
export PYTHONPATH=$PYTHONPATH:$HOME/python/lib/site-packages</p>
]]></content:encoded>
	</item>
</channel>
</rss>
