<?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: Mac OS X Lion: The perfect setup for Python / Django</title>
	<atom:link href="http://gpiot.com/mac-os-x-lion-the-perfect-setup-for-python-django/feed/" rel="self" type="application/rss+xml" />
	<link>http://gpiot.com/mac-os-x-lion-the-perfect-setup-for-python-django/</link>
	<description></description>
	<lastBuildDate>Mon, 17 Jun 2013 15:27:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: guillaumepiot</title>
		<link>http://gpiot.com/mac-os-x-lion-the-perfect-setup-for-python-django/#comment-346</link>
		<dc:creator>guillaumepiot</dc:creator>
		<pubDate>Wed, 10 Apr 2013 17:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://gpiot.com/?p=252#comment-346</guid>
		<description>Post updated with the command line tools install tip. Cheers.</description>
		<content:encoded><![CDATA[<p>Post updated with the command line tools install tip. Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kent</title>
		<link>http://gpiot.com/mac-os-x-lion-the-perfect-setup-for-python-django/#comment-344</link>
		<dc:creator>Kent</dc:creator>
		<pubDate>Wed, 10 Apr 2013 15:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://gpiot.com/?p=252#comment-344</guid>
		<description>Everything is working now! Thanks so much for this excellent tutorial!  Updating your excellent instructions to include the extra step of downloading xcode command line tools might be helpful for others to avoid the issue I encountered.  Thanks again for all your help!!</description>
		<content:encoded><![CDATA[<p>Everything is working now! Thanks so much for this excellent tutorial!  Updating your excellent instructions to include the extra step of downloading xcode command line tools might be helpful for others to avoid the issue I encountered.  Thanks again for all your help!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guillaumepiot</title>
		<link>http://gpiot.com/mac-os-x-lion-the-perfect-setup-for-python-django/#comment-343</link>
		<dc:creator>guillaumepiot</dc:creator>
		<pubDate>Wed, 10 Apr 2013 15:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://gpiot.com/?p=252#comment-343</guid>
		<description>Cool, if you follow the instructions at the end of the article, you&#039;ll see how to overcome libmysqlclient.18.dylib missing issue.</description>
		<content:encoded><![CDATA[<p>Cool, if you follow the instructions at the end of the article, you&#8217;ll see how to overcome libmysqlclient.18.dylib missing issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kent</title>
		<link>http://gpiot.com/mac-os-x-lion-the-perfect-setup-for-python-django/#comment-342</link>
		<dc:creator>Kent</dc:creator>
		<pubDate>Wed, 10 Apr 2013 15:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://gpiot.com/?p=252#comment-342</guid>
		<description>Xcode was installed, however build 4.6.1 does not include command line tools.  So I installed the xcode command line tools and reran your instructions.  It worked! (thanks!)   Now, in python import MySQLdb I am getting Library not loaded: libmysqlclient.18.dylib.  I will now follow your instructions above on how to resolve image not found.  Progress!</description>
		<content:encoded><![CDATA[<p>Xcode was installed, however build 4.6.1 does not include command line tools.  So I installed the xcode command line tools and reran your instructions.  It worked! (thanks!)   Now, in python import MySQLdb I am getting Library not loaded: libmysqlclient.18.dylib.  I will now follow your instructions above on how to resolve image not found.  Progress!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kent</title>
		<link>http://gpiot.com/mac-os-x-lion-the-perfect-setup-for-python-django/#comment-341</link>
		<dc:creator>Kent</dc:creator>
		<pubDate>Wed, 10 Apr 2013 15:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://gpiot.com/?p=252#comment-341</guid>
		<description>...my Xcode build is:
Kents-MacBook-Pro-2:/ kent$ xcodebuild -version
Xcode 4.6.1
Build version 4H512</description>
		<content:encoded><![CDATA[<p>&#8230;my Xcode build is:<br />
Kents-MacBook-Pro-2:/ kent$ xcodebuild -version<br />
Xcode 4.6.1<br />
Build version 4H512</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guillaumepiot</title>
		<link>http://gpiot.com/mac-os-x-lion-the-perfect-setup-for-python-django/#comment-340</link>
		<dc:creator>guillaumepiot</dc:creator>
		<pubDate>Wed, 10 Apr 2013 13:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://gpiot.com/?p=252#comment-340</guid>
		<description>If Gcc is not found usually means Xcode is not installed, have actually run the install aft downloading Xcode from the App Store?</description>
		<content:encoded><![CDATA[<p>If Gcc is not found usually means Xcode is not installed, have actually run the install aft downloading Xcode from the App Store?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kent</title>
		<link>http://gpiot.com/mac-os-x-lion-the-perfect-setup-for-python-django/#comment-339</link>
		<dc:creator>Kent</dc:creator>
		<pubDate>Wed, 10 Apr 2013 13:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://gpiot.com/?p=252#comment-339</guid>
		<description>Followed your instructions (thanks!).  This the error I get during the build:
building &#039;_mysql&#039; extension
creating build/temp.macosx-10.7-intel-2.7
llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -pipe -Dversion_info=(1,2,4,&#039;beta&#039;,4) -D__version__=1.2.4b4 -I/usr/local/mysql/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _mysql.c -o build/temp.macosx-10.7-intel-2.7/_mysql.o -Os -g -fno-strict-aliasing -arch x86_64
unable to execute llvm-gcc-4.2: No such file or directory
error: command &#039;llvm-gcc-4.2&#039; failed with exit status 1
Kents-MacBook-Pro-2:mysql-python-1.2.4b4 kent$ 
If you have any suggestions I would be grateful.</description>
		<content:encoded><![CDATA[<p>Followed your instructions (thanks!).  This the error I get during the build:<br />
building &#8216;_mysql&#8217; extension<br />
creating build/temp.macosx-10.7-intel-2.7<br />
llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -pipe -Dversion_info=(1,2,4,&#8217;beta&#8217;,4) -D__version__=1.2.4b4 -I/usr/local/mysql/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _mysql.c -o build/temp.macosx-10.7-intel-2.7/_mysql.o -Os -g -fno-strict-aliasing -arch x86_64<br />
unable to execute llvm-gcc-4.2: No such file or directory<br />
error: command &#8216;llvm-gcc-4.2&#8242; failed with exit status 1<br />
Kents-MacBook-Pro-2:mysql-python-1.2.4b4 kent$<br />
If you have any suggestions I would be grateful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guillaumepiot</title>
		<link>http://gpiot.com/mac-os-x-lion-the-perfect-setup-for-python-django/#comment-338</link>
		<dc:creator>guillaumepiot</dc:creator>
		<pubDate>Tue, 09 Apr 2013 21:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://gpiot.com/?p=252#comment-338</guid>
		<description>Hi Kent, you seem to be almost there. Sometimes it is necessary to physically remove any old install from your site-packages (wherever it got installed, virtualenv or machice root), delete all &quot;build&quot; folders and files that have been generated from the first install run.
Then I would suggest to re-unzip the source, make the changes in site.cfg and then run setup.py install as normal.
Please try this and let me know if that work for you.</description>
		<content:encoded><![CDATA[<p>Hi Kent, you seem to be almost there. Sometimes it is necessary to physically remove any old install from your site-packages (wherever it got installed, virtualenv or machice root), delete all &#8220;build&#8221; folders and files that have been generated from the first install run.<br />
Then I would suggest to re-unzip the source, make the changes in site.cfg and then run setup.py install as normal.<br />
Please try this and let me know if that work for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kent</title>
		<link>http://gpiot.com/mac-os-x-lion-the-perfect-setup-for-python-django/#comment-337</link>
		<dc:creator>Kent</dc:creator>
		<pubDate>Tue, 09 Apr 2013 21:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://gpiot.com/?p=252#comment-337</guid>
		<description>Yes MySQL is installed and working.  I followed your tip and also installed Sequel Pro which is now connecting and working very nicely with MySQL (thanks for that tip!).  On my first attempt to install MySQLdb I forgot to uncomment the mysql_config = /usr/... in site.cfg when I updated the path to MySQL bin and accidentally ran setup.py install.   After realizing this mistake, i corrected site.cfg and reran setup.py install but still no luck.
Appreciate any help you might have.</description>
		<content:encoded><![CDATA[<p>Yes MySQL is installed and working.  I followed your tip and also installed Sequel Pro which is now connecting and working very nicely with MySQL (thanks for that tip!).  On my first attempt to install MySQLdb I forgot to uncomment the mysql_config = /usr/&#8230; in site.cfg when I updated the path to MySQL bin and accidentally ran setup.py install.   After realizing this mistake, i corrected site.cfg and reran setup.py install but still no luck.<br />
Appreciate any help you might have.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://gpiot.com/mac-os-x-lion-the-perfect-setup-for-python-django/#comment-333</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 08 Apr 2013 09:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://gpiot.com/?p=252#comment-333</guid>
		<description>Hi Kent, did you actually install MySQL on your machine, and made sure that mysql_config in site.cfg points to the right binary? (eg: /usr/local/mysql/bin/mysql_config)</description>
		<content:encoded><![CDATA[<p>Hi Kent, did you actually install MySQL on your machine, and made sure that mysql_config in site.cfg points to the right binary? (eg: /usr/local/mysql/bin/mysql_config)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
