<?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>A blog about productivity for the Internet entrepreneur.&#187; Python</title>
	<atom:link href="http://www.thinkingserious.com/category/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thinkingserious.com</link>
	<description>My goal is to help you focus on your passions by reducing or eliminating the time needed to maintain your life.</description>
	<lastBuildDate>Sun, 08 Jan 2012 22:58:26 +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>Running Django on Windows Vista Ultimate 64 bit</title>
		<link>http://www.thinkingserious.com/2008/08/05/running-django-on-windows-vista-ultimate-64-bit/</link>
		<comments>http://www.thinkingserious.com/2008/08/05/running-django-on-windows-vista-ultimate-64-bit/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 06:13:32 +0000</pubDate>
		<dc:creator>Elmer Thomas</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.thinkingserious.com/?p=154</guid>
		<description><![CDATA[If you are interested in creating a local development environment for Django and you are running Windows Vista Ultimate 64 bit, this guide is for you! Following are step by step instructions. 1. Install Python Download: http://www.python.org/download/ Install the following: &#8220;Python 2.5.2 Windows installer&#8221; 2. Install Python Extensions for Windows Download: http://sourceforge.net/projects/pywin32/ Install the following: [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://localhost/thinkingserious/wp-content/uploads/2008/08/hdr_logo.gif"><img class="alignleft size-full wp-image-169" title="Django Logo" src="http://localhost/thinkingserious/wp-content/uploads/2008/08/hdr_logo.gif" alt="" width="117" height="41" /></a>If you are interested in creating a local development environment for <a href="http://www.djangoproject.com/" target="_blank">Django</a> and you are running Windows Vista Ultimate 64 bit, this guide is for you! Following are step by step instructions.</p>
<p><span id="more-154"></span></p>
<h2>1. Install Python</h2>
<p>Download: <a href="http://www.python.org/download/" target="_blank">http://www.python.org/download/</a><br />
Install the following: &#8220;Python 2.5.2 Windows installer&#8221;</p>
<h2>2. Install Python Extensions for Windows</h2>
<p>Download: <a href="http://sourceforge.net/projects/pywin32/" target="_blank">http://sourceforge.net/projects/pywin32/</a><br />
Install the following: &#8220;pywin32-211.win32-py2.5.exe&#8221;</p>
<h2>3. Update Skype ( if you are running Skype )</h2>
<p>Change the following option so that your Skype install does not use port 80, which will conflict with your Apache server installation.</p>
<p><a href="http://localhost/thinkingserious/wp-content/uploads/2008/08/skype-port80-fix.png"><img class="alignnone size-thumbnail wp-image-171" title="Skype Port 80 Fix" src="http://www.thinkingserious.com/wp-content/uploads/2008/08/skype-port80-fix-150x150.png" alt="" width="150" height="150" /></a></p>
<h2>4. Install Apache HTTP Server</h2>
<p>Download: <a href="http://httpd.apache.org/download.cgi" target="_blank">http://httpd.apache.org/download.cgi</a><br />
Install the following: &#8220;Win32 Binary including OpenSSL 0.9.8h (MSI Installer)&#8221;</p>
<h2>5. Install mod_python</h2>
<p>Download: http://www.mirrorgeek.com/apache.org/httpd/modpython/win/3.3.1/<br />
Install the following ( Note that you need to run this as administrator ): &#8220;mod_python-3.3.1.win32-py2.5-Apache2.2.exe&#8221;</p>
<h2>6. Install PostgreSQL</h2>
<p>Download: <a href="http://www.postgresql.org/ftp/binary/v8.3.3/win32/" target="_blank">http://www.postgresql.org/ftp/binary/v8.3.3/win32/</a><br />
Install the following: &#8220;postgresql-8.3.3-1.zip&#8221;</p>
<h2>7. Install psycopg</h2>
<p>Download: <a href="http://stickpeople.com/projects/python/win-psycopg/" target="_blank">http://stickpeople.com/projects/python/win-psycopg/</a><br />
Install the following ( Note that you need to run this as administrator ): &#8220;psycopg2-2.0.7.win32-py2.5-pg8.3.1-release.exe&#8221;</p>
<h2>8. Download Django</h2>
<p>Download: http://www.djangoproject.com/download/<br />
Install the following: &#8220;Django-0.96.2.tar.gz&#8221;</p>
<p>Open setup.py  and change line 24 from<br />
<em>package = dirpath[len_root_dir:].lstrip(&#8216;/&#8217;).replace(&#8216;/&#8217;, &#8216;.&#8217;)</em><br />
to<br />
<em>package = dirpath[len_root_dir:].lstrip(&#8221;).replace(&#8221;, &#8216;.&#8217;)</em></p>
<p>Start up a command shell with administrator privileges and run the command &#8220;setup.py install&#8221; in a command prompt.</p>
<h2>8. Test</h2>
<p>Test by running &#8220;import django&#8221; from the Python interpreter, if you have no errors you were successful.</p>
<p>Try out <a href="http://www.djangoproject.com/documentation/tutorial01/" target="_blank">this tutorial</a> to get started with your first project.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkingserious.com/2008/08/05/running-django-on-windows-vista-ultimate-64-bit/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

