<?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: How to install Django with MySQL on Mac OS X	</title>
	<atom:link href="https://programmingzen.com/how-to-install-django-with-mysql-on-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>https://programmingzen.com/how-to-install-django-with-mysql-on-mac-os-x/</link>
	<description>Meditations on programming, startups, and technology</description>
	<lastBuildDate>Tue, 12 Jun 2012 06:42:07 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Beginning: Python, Django and PyDev &#171; Yan Yi		</title>
		<link>https://programmingzen.com/how-to-install-django-with-mysql-on-mac-os-x/#comment-27736</link>

		<dc:creator><![CDATA[Beginning: Python, Django and PyDev &#171; Yan Yi]]></dc:creator>
		<pubDate>Tue, 12 Jun 2012 06:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2007/12/22/how-to-install-django-with-mysql-on-mac-os-x/#comment-27736</guid>

					<description><![CDATA[[...] have managed to import MySQLdb after checking out these guides, plus two Stack Overflow here and &#060;a [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] have managed to import MySQLdb after checking out these guides, plus two Stack Overflow here and &lt;a [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sushil		</title>
		<link>https://programmingzen.com/how-to-install-django-with-mysql-on-mac-os-x/#comment-25133</link>

		<dc:creator><![CDATA[Sushil]]></dc:creator>
		<pubDate>Tue, 30 Aug 2011 16:20:27 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2007/12/22/how-to-install-django-with-mysql-on-mac-os-x/#comment-25133</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://programmingzen.com/how-to-install-django-with-mysql-on-mac-os-x/#comment-25131&quot;&gt;Sushil&lt;/a&gt;.

Hey i got it working! 
Changed the Python in to 32 bit version: 
defaults write com.apple.versioner.python Prefer-32-Bit -bool yes
defaults write com.apple.versioner.python Prefer-32-Bit -bool no

Installed developer package for XAMPP.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://programmingzen.com/how-to-install-django-with-mysql-on-mac-os-x/#comment-25131">Sushil</a>.</p>
<p>Hey i got it working!<br />
Changed the Python in to 32 bit version:<br />
defaults write com.apple.versioner.python Prefer-32-Bit -bool yes<br />
defaults write com.apple.versioner.python Prefer-32-Bit -bool no</p>
<p>Installed developer package for XAMPP.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sushil		</title>
		<link>https://programmingzen.com/how-to-install-django-with-mysql-on-mac-os-x/#comment-25131</link>

		<dc:creator><![CDATA[Sushil]]></dc:creator>
		<pubDate>Tue, 30 Aug 2011 15:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2007/12/22/how-to-install-django-with-mysql-on-mac-os-x/#comment-25131</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://programmingzen.com/how-to-install-django-with-mysql-on-mac-os-x/#comment-2810&quot;&gt;Brandon&lt;/a&gt;.

Hi Brandon! I am getting the same error. &#039;gcc failed with exit status&#039;. I am using XAMPP on my Mac OSX. Please let me know how did you solve the problem? 
Thanks,
Sushil
email: sushtaurus@gmail.com]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://programmingzen.com/how-to-install-django-with-mysql-on-mac-os-x/#comment-2810">Brandon</a>.</p>
<p>Hi Brandon! I am getting the same error. &#8216;gcc failed with exit status&#8217;. I am using XAMPP on my Mac OSX. Please let me know how did you solve the problem?<br />
Thanks,<br />
Sushil<br />
email: <a href="mailto:sushtaurus@gmail.com">sushtaurus@gmail.com</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andy		</title>
		<link>https://programmingzen.com/how-to-install-django-with-mysql-on-mac-os-x/#comment-8674</link>

		<dc:creator><![CDATA[Andy]]></dc:creator>
		<pubDate>Sun, 21 Feb 2010 17:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2007/12/22/how-to-install-django-with-mysql-on-mac-os-x/#comment-8674</guid>

					<description><![CDATA[If you&#039;re having trouble getting it installed the new version of mysql-python requires some different instructions, also if you&#039;re using 64 or 32 bit versions of python or mysql will make a difference. There&#039;s some information here: 

&lt;a href=&quot;http://learninglamp.wordpress.com/2010/02/21/mysqldb-python-mysql-and-os-x-a-match-made-in-satans-bum/&quot; rel=&quot;nofollow&quot;&gt;http://learninglamp.wordpress.com/2010/02/21/mysqldb-python-mysql-and-os-x-a-match-made-in-satans-bum/&lt;/a&gt;]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re having trouble getting it installed the new version of mysql-python requires some different instructions, also if you&#8217;re using 64 or 32 bit versions of python or mysql will make a difference. There&#8217;s some information here: </p>
<p><a href="http://learninglamp.wordpress.com/2010/02/21/mysqldb-python-mysql-and-os-x-a-match-made-in-satans-bum/" rel="nofollow">http://learninglamp.wordpress.com/2010/02/21/mysqldb-python-mysql-and-os-x-a-match-made-in-satans-bum/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Daniel S		</title>
		<link>https://programmingzen.com/how-to-install-django-with-mysql-on-mac-os-x/#comment-6424</link>

		<dc:creator><![CDATA[Daniel S]]></dc:creator>
		<pubDate>Thu, 18 Jun 2009 12:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2007/12/22/how-to-install-django-with-mysql-on-mac-os-x/#comment-6424</guid>

					<description><![CDATA[There is a Django one click installer available!
Check out Bitnami.org (only django + MySQL at the moment, but PostgreSQL is in the works to)]]></description>
			<content:encoded><![CDATA[<p>There is a Django one click installer available!<br />
Check out Bitnami.org (only django + MySQL at the moment, but PostgreSQL is in the works to)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mika		</title>
		<link>https://programmingzen.com/how-to-install-django-with-mysql-on-mac-os-x/#comment-5920</link>

		<dc:creator><![CDATA[mika]]></dc:creator>
		<pubDate>Sat, 04 Apr 2009 11:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2007/12/22/how-to-install-django-with-mysql-on-mac-os-x/#comment-5920</guid>

					<description><![CDATA[NOT funny: you have to install dev tools!! So going django with mySQL requires dev tools???? What is this?? AND - WHY is there just not an gui installer that does all the above crap?]]></description>
			<content:encoded><![CDATA[<p>NOT funny: you have to install dev tools!! So going django with mySQL requires dev tools???? What is this?? AND &#8211; WHY is there just not an gui installer that does all the above crap?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Carl G		</title>
		<link>https://programmingzen.com/how-to-install-django-with-mysql-on-mac-os-x/#comment-5694</link>

		<dc:creator><![CDATA[Carl G]]></dc:creator>
		<pubDate>Mon, 09 Mar 2009 17:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2007/12/22/how-to-install-django-with-mysql-on-mac-os-x/#comment-5694</guid>

					<description><![CDATA[Thanks!]]></description>
			<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Programando em Django no seu Sistema Operacional favorito &#124; Profissionais TI		</title>
		<link>https://programmingzen.com/how-to-install-django-with-mysql-on-mac-os-x/#comment-5595</link>

		<dc:creator><![CDATA[Programando em Django no seu Sistema Operacional favorito &#124; Profissionais TI]]></dc:creator>
		<pubDate>Mon, 23 Feb 2009 16:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2007/12/22/how-to-install-django-with-mysql-on-mac-os-x/#comment-5595</guid>

					<description><![CDATA[[...] Zen and the Art of Programming - How to install Django with MySQL on Mac OS X: https://programmingzen.com/2007/12/22/how-to-install-django-with-mysql-on-mac-os-x/ [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Zen and the Art of Programming &#8211; How to install Django with MySQL on Mac OS X: <a href="https://programmingzen.com/2007/12/22/how-to-install-django-with-mysql-on-mac-os-x/" rel="ugc">https://programmingzen.com/2007/12/22/how-to-install-django-with-mysql-on-mac-os-x/</a> [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: How to finally fix that damned MySQLdb module on Leopard &#171; Nerd Stuff		</title>
		<link>https://programmingzen.com/how-to-install-django-with-mysql-on-mac-os-x/#comment-5301</link>

		<dc:creator><![CDATA[How to finally fix that damned MySQLdb module on Leopard &#171; Nerd Stuff]]></dc:creator>
		<pubDate>Sun, 18 Jan 2009 10:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2007/12/22/how-to-install-django-with-mysql-on-mac-os-x/#comment-5301</guid>

					<description><![CDATA[[...] Antonio Cangiano - How to install Django with MySQLdb on MacOSx [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Antonio Cangiano &#8211; How to install Django with MySQLdb on MacOSx [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: scrapmaster		</title>
		<link>https://programmingzen.com/how-to-install-django-with-mysql-on-mac-os-x/#comment-5213</link>

		<dc:creator><![CDATA[scrapmaster]]></dc:creator>
		<pubDate>Mon, 05 Jan 2009 00:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2007/12/22/how-to-install-django-with-mysql-on-mac-os-x/#comment-5213</guid>

					<description><![CDATA[Thank you, sir, thank you, thank you. Sometimes I just love the internet.]]></description>
			<content:encoded><![CDATA[<p>Thank you, sir, thank you, thank you. Sometimes I just love the internet.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
