<?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: mysql-python and Snow Leopard</title>
	<atom:link href="http://cd34.com/blog/programming/python/mysql-python-and-snow-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://cd34.com/blog/programming/python/mysql-python-and-snow-leopard/</link>
	<description>This is my blog, there are many others like it but this one is mine.</description>
	<lastBuildDate>Wed, 08 May 2013 02:01:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: gawbul</title>
		<link>http://cd34.com/blog/programming/python/mysql-python-and-snow-leopard/comment-page-1/#comment-1659</link>
		<dc:creator>gawbul</dc:creator>
		<pubDate>Mon, 13 Feb 2012 10:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://cd34.com/blog/?p=750#comment-1659</guid>
		<description><![CDATA[Ah, you need export PATH=$PATH:/usr/local/mysql/bin as well, add that to ~/.profile too :)]]></description>
		<content:encoded><![CDATA[<p>Ah, you need export PATH=$PATH:/usr/local/mysql/bin as well, add that to ~/.profile too :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gawbul</title>
		<link>http://cd34.com/blog/programming/python/mysql-python-and-snow-leopard/comment-page-1/#comment-1658</link>
		<dc:creator>gawbul</dc:creator>
		<pubDate>Mon, 13 Feb 2012 10:27:36 +0000</pubDate>
		<guid isPermaLink="false">http://cd34.com/blog/?p=750#comment-1658</guid>
		<description><![CDATA[Install XCode from you OSX DVD, remove any traces of MySQL as listed here (http://stevemoss.posterous.com/uninstalling-mysql-on-os-x), install the latest 64bit MySQL client and then try the following (also add them to your ~/.profile, so they load every time your open a shell).

export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/usr/local/mysql/lib
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/mysql/lib
export ARCHFLAGS=&quot;-arch x86_64&quot;

Then install mysql-python]]></description>
		<content:encoded><![CDATA[<p>Install XCode from you OSX DVD, remove any traces of MySQL as listed here (<a href="http://stevemoss.posterous.com/uninstalling-mysql-on-os-x" rel="nofollow">http://stevemoss.posterous.com/uninstalling-mysql-on-os-x</a>), install the latest 64bit MySQL client and then try the following (also add them to your ~/.profile, so they load every time your open a shell).</p>
<p>export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/usr/local/mysql/lib<br />
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/mysql/lib<br />
export ARCHFLAGS=&#8221;-arch x86_64&#8243;</p>
<p>Then install mysql-python</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 家欣的天空 &#187; install MySQL-python on Mac OS</title>
		<link>http://cd34.com/blog/programming/python/mysql-python-and-snow-leopard/comment-page-1/#comment-1443</link>
		<dc:creator>家欣的天空 &#187; install MySQL-python on Mac OS</dc:creator>
		<pubDate>Sun, 01 May 2011 07:24:29 +0000</pubDate>
		<guid isPermaLink="false">http://cd34.com/blog/?p=750#comment-1443</guid>
		<description><![CDATA[[...] 最后原文链接 http://cd34.com/blog/programming/python/mysql-python-and-snow-leopard/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 最后原文链接 <a href="http://cd34.com/blog/programming/python/mysql-python-and-snow-leopard/" rel="nofollow">http://cd34.com/blog/programming/python/mysql-python-and-snow-leopard/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Study03.net 対シンバシ専用</title>
		<link>http://cd34.com/blog/programming/python/mysql-python-and-snow-leopard/comment-page-1/#comment-1438</link>
		<dc:creator>Study03.net 対シンバシ専用</dc:creator>
		<pubDate>Thu, 21 Apr 2011 15:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://cd34.com/blog/?p=750#comment-1438</guid>
		<description><![CDATA[&lt;strong&gt;[Python][Mac] MySQL-Pythonのインストールにはまった件...&lt;/strong&gt;

はまった事を思い出しながら書いておく。 iMac上にPythonの開発環境を構築していて、MySQLにアクセスするための「MySQL-Python」をインストールしようとしたら、派手にエラーが出てインストールできなかったの対処法をメモ インストール pip install MySQL-Python エラー エ...]]></description>
		<content:encoded><![CDATA[<p><strong>[Python][Mac] MySQL-Pythonのインストールにはまった件&#8230;</strong></p>
<p>はまった事を思い出しながら書いておく。 iMac上にPythonの開発環境を構築していて、MySQLにアクセスするための「MySQL-Python」をインストールしようとしたら、派手にエラーが出てインストールできなかったの対処法をメモ インストール pip install MySQL-Python エラー エ&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Snow Leopard Issues &#124; Content Here</title>
		<link>http://cd34.com/blog/programming/python/mysql-python-and-snow-leopard/comment-page-1/#comment-1434</link>
		<dc:creator>Snow Leopard Issues &#124; Content Here</dc:creator>
		<pubDate>Thu, 10 Mar 2011 02:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://cd34.com/blog/?p=750#comment-1434</guid>
		<description><![CDATA[[...] is the problem that I struggled most with. I followed the instructions here. The compile and build worked but I could not import the library. I finally solved the problem by [...]]]></description>
		<content:encoded><![CDATA[<p>[...] is the problem that I struggled most with. I followed the instructions here. The compile and build worked but I could not import the library. I finally solved the problem by [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kcallahan</title>
		<link>http://cd34.com/blog/programming/python/mysql-python-and-snow-leopard/comment-page-1/#comment-1310</link>
		<dc:creator>kcallahan</dc:creator>
		<pubDate>Wed, 21 Jul 2010 11:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://cd34.com/blog/?p=750#comment-1310</guid>
		<description><![CDATA[This worked for me ... 

# cd /Developer/SDKs
# sudo ln -s MacOSX10.5.sdk MacOSX10.4u.sdk]]></description>
		<content:encoded><![CDATA[<p>This worked for me &#8230; </p>
<p># cd /Developer/SDKs<br />
# sudo ln -s MacOSX10.5.sdk MacOSX10.4u.sdk</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: j-m15</title>
		<link>http://cd34.com/blog/programming/python/mysql-python-and-snow-leopard/comment-page-1/#comment-1270</link>
		<dc:creator>j-m15</dc:creator>
		<pubDate>Tue, 06 Apr 2010 03:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://cd34.com/blog/?p=750#comment-1270</guid>
		<description><![CDATA[For the sake of sanity, make sure to use sudo and check python to see if you&#039;re running the correct one if you just installed the newest python. Best way to check it&#039;s archs is to type &quot;file $(which python)&quot; without the quotes and it will tell you. Also be sure that typing &quot;file $(which mysql)&quot; also shows whichever arch type you&#039;re going for. It really does matter if your arch types are different, I&#039;ve spent many hours fiddling with this more than once.]]></description>
		<content:encoded><![CDATA[<p>For the sake of sanity, make sure to use sudo and check python to see if you&#8217;re running the correct one if you just installed the newest python. Best way to check it&#8217;s archs is to type &#8220;file $(which python)&#8221; without the quotes and it will tell you. Also be sure that typing &#8220;file $(which mysql)&#8221; also shows whichever arch type you&#8217;re going for. It really does matter if your arch types are different, I&#8217;ve spent many hours fiddling with this more than once.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sophomore Dev &#187; Creating my first complete Django project on Snow Leopard</title>
		<link>http://cd34.com/blog/programming/python/mysql-python-and-snow-leopard/comment-page-1/#comment-1022</link>
		<dc:creator>Sophomore Dev &#187; Creating my first complete Django project on Snow Leopard</dc:creator>
		<pubDate>Mon, 18 Jan 2010 19:48:44 +0000</pubDate>
		<guid isPermaLink="false">http://cd34.com/blog/?p=750#comment-1022</guid>
		<description><![CDATA[[...] dice, still not working. Poking through the comments of the post above, I came across this indicating that re-building doesn&#8217;t actually do it from scratch and you need to go into the [...]]]></description>
		<content:encoded><![CDATA[<p>[...] dice, still not working. Poking through the comments of the post above, I came across this indicating that re-building doesn&#8217;t actually do it from scratch and you need to go into the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bialecki</title>
		<link>http://cd34.com/blog/programming/python/mysql-python-and-snow-leopard/comment-page-1/#comment-1018</link>
		<dc:creator>bialecki</dc:creator>
		<pubDate>Mon, 18 Jan 2010 07:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://cd34.com/blog/?p=750#comment-1018</guid>
		<description><![CDATA[@jkeane (re comment #24), manually deleting the contents of the build directory fixed my problem with the import error.  Really annoying, but thanks for the tip.]]></description>
		<content:encoded><![CDATA[<p>@jkeane (re comment #24), manually deleting the contents of the build directory fixed my problem with the import error.  Really annoying, but thanks for the tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ssteiner</title>
		<link>http://cd34.com/blog/programming/python/mysql-python-and-snow-leopard/comment-page-1/#comment-900</link>
		<dc:creator>ssteiner</dc:creator>
		<pubDate>Thu, 31 Dec 2009 14:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://cd34.com/blog/?p=750#comment-900</guid>
		<description><![CDATA[I had the same problem, then noticed that I was installing with ’sudo’ while building as my regular user.

See: http://websaucesoftware.com/blog/?p=461 and part 2 at http://websaucesoftware.com/blog/?p=462

No need to change to 32 bit mode and screw everything up, just install the one with the right architecture!]]></description>
		<content:encoded><![CDATA[<p>I had the same problem, then noticed that I was installing with ’sudo’ while building as my regular user.</p>
<p>See: <a href="http://websaucesoftware.com/blog/?p=461" rel="nofollow">http://websaucesoftware.com/blog/?p=461</a> and part 2 at <a href="http://websaucesoftware.com/blog/?p=462" rel="nofollow">http://websaucesoftware.com/blog/?p=462</a></p>
<p>No need to change to 32 bit mode and screw everything up, just install the one with the right architecture!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
