<?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"
	>
<channel>
	<title>Comments on: MySQLdb on Leopard</title>
	<atom:link href="http://www.davidcramer.net/code/57/mysqldb-on-leopard.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.davidcramer.net/code/57/mysqldb-on-leopard.html</link>
	<description>A blog about Django, JavaScript, CSS, and general web development.</description>
	<pubDate>Wed, 20 Aug 2008 16:09:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: christoffer</title>
		<link>http://www.davidcramer.net/code/57/mysqldb-on-leopard.html#comment-19913</link>
		<dc:creator>christoffer</dc:creator>
		<pubDate>Thu, 26 Jun 2008 13:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/other/57/mysqldb-on-leopard.html#comment-19913</guid>
		<description>Thanks for the great tips! After following the guide that you provided, I ran into the same problem as joel.

I finally got it to work this morning, by using the older version of MySQLdb (1.2.1). Seems that there is no way (at least none that I found) to fix this with version 1.2.2.</description>
		<content:encoded><![CDATA[<p>Thanks for the great tips! After following the guide that you provided, I ran into the same problem as joel.</p>
<p>I finally got it to work this morning, by using the older version of MySQLdb (1.2.1). Seems that there is no way (at least none that I found) to fix this with version 1.2.2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joel</title>
		<link>http://www.davidcramer.net/code/57/mysqldb-on-leopard.html#comment-19904</link>
		<dc:creator>joel</dc:creator>
		<pubDate>Wed, 11 Jun 2008 02:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/other/57/mysqldb-on-leopard.html#comment-19904</guid>
		<description>I am still getting this error :(

&#62;&#62;&#62; import MySQLdb
Traceback (most recent call last):
  File "", line 1, in 
  File "build/bdist.macosx-10.5-i386/egg/MySQLdb/__init__.py", line 19, in 
  File "build/bdist.macosx-10.5-i386/egg/_mysql.py", line 7, in 
  File "build/bdist.macosx-10.5-i386/egg/_mysql.py", line 6, in __bootstrap__
ImportError: dynamic module does not define init function (init_mysql)
&#62;&#62;&#62;</description>
		<content:encoded><![CDATA[<p>I am still getting this error <img src='http://www.davidcramer.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>&gt;&gt;&gt; import MySQLdb<br />
Traceback (most recent call last):<br />
  File &#8220;&#8221;, line 1, in<br />
  File &#8220;build/bdist.macosx-10.5-i386/egg/MySQLdb/__init__.py&#8221;, line 19, in<br />
  File &#8220;build/bdist.macosx-10.5-i386/egg/_mysql.py&#8221;, line 7, in<br />
  File &#8220;build/bdist.macosx-10.5-i386/egg/_mysql.py&#8221;, line 6, in __bootstrap__<br />
ImportError: dynamic module does not define init function (init_mysql)<br />
&gt;&gt;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wim</title>
		<link>http://www.davidcramer.net/code/57/mysqldb-on-leopard.html#comment-19844</link>
		<dc:creator>Wim</dc:creator>
		<pubDate>Sun, 20 Apr 2008 11:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/other/57/mysqldb-on-leopard.html#comment-19844</guid>
		<description>Thanks for sharing,
Wim.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing,<br />
Wim.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexis</title>
		<link>http://www.davidcramer.net/code/57/mysqldb-on-leopard.html#comment-19738</link>
		<dc:creator>Alexis</dc:creator>
		<pubDate>Fri, 04 Apr 2008 02:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/other/57/mysqldb-on-leopard.html#comment-19738</guid>
		<description>Awesome, thank you very much for the post, compiling worked like a charm after the edit and linking.</description>
		<content:encoded><![CDATA[<p>Awesome, thank you very much for the post, compiling worked like a charm after the edit and linking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subjective Reality : Installing MySQL + MySQLdb in OS 10.5 (Leopard)</title>
		<link>http://www.davidcramer.net/code/57/mysqldb-on-leopard.html#comment-19734</link>
		<dc:creator>Subjective Reality : Installing MySQL + MySQLdb in OS 10.5 (Leopard)</dc:creator>
		<pubDate>Thu, 03 Apr 2008 13:50:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/other/57/mysqldb-on-leopard.html#comment-19734</guid>
		<description>[...] you need to edit the download MySQLdb sources file _mysql.c (as per this ) and remove the following lines near the top#ifndef uint  #define uint unsigned int  [...]</description>
		<content:encoded><![CDATA[<p>[...] you need to edit the download MySQLdb sources file _mysql.c (as per this ) and remove the following lines near the top#ifndef uint  #define uint unsigned int  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DavidMichaelThompson &#187; Blog Archive &#187; Notes: installing Django / Python / Mysql on OS X</title>
		<link>http://www.davidcramer.net/code/57/mysqldb-on-leopard.html#comment-18025</link>
		<dc:creator>DavidMichaelThompson &#187; Blog Archive &#187; Notes: installing Django / Python / Mysql on OS X</dc:creator>
		<pubDate>Mon, 18 Feb 2008 17:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/other/57/mysqldb-on-leopard.html#comment-18025</guid>
		<description>[...] David Cramer&#8217;s Blog [...]</description>
		<content:encoded><![CDATA[<p>[...] David Cramer&#8217;s Blog [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mogga</title>
		<link>http://www.davidcramer.net/code/57/mysqldb-on-leopard.html#comment-16976</link>
		<dc:creator>Mogga</dc:creator>
		<pubDate>Fri, 25 Jan 2008 15:57:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/other/57/mysqldb-on-leopard.html#comment-16976</guid>
		<description>This is one of the more frustrating builds I've come across in recent memory...
Everything build fine but it still doesn't work...
I keep getting the following error

{{{
ImproperlyConfigured: Error loading MySQLdb module: dlopen(/var/tmp/.python_eggs/MySQL_python-1.2.2-py2.5-macosx-10.5-i386.egg-tmp/_mysql.so, 2): no suitable image found.  Did find:
	/var/tmp/.python_eggs/MySQL_python-1.2.2-py2.5-macosx-10.5-i386.egg-tmp/_mysql.so: no matching architecture in universal wrapper
}}}

any ideas?</description>
		<content:encoded><![CDATA[<p>This is one of the more frustrating builds I&#8217;ve come across in recent memory&#8230;<br />
Everything build fine but it still doesn&#8217;t work&#8230;<br />
I keep getting the following error</p>
<p>{{{<br />
ImproperlyConfigured: Error loading MySQLdb module: dlopen(/var/tmp/.python_eggs/MySQL_python-1.2.2-py2.5-macosx-10.5-i386.egg-tmp/_mysql.so, 2): no suitable image found.  Did find:<br />
	/var/tmp/.python_eggs/MySQL_python-1.2.2-py2.5-macosx-10.5-i386.egg-tmp/_mysql.so: no matching architecture in universal wrapper<br />
}}}</p>
<p>any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Fowler</title>
		<link>http://www.davidcramer.net/code/57/mysqldb-on-leopard.html#comment-16151</link>
		<dc:creator>Dave Fowler</dc:creator>
		<pubDate>Sun, 30 Dec 2007 20:57:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/other/57/mysqldb-on-leopard.html#comment-16151</guid>
		<description>Worked perfectly.  Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Worked perfectly.  Thanks for sharing!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
