<?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 MySQLdb on Leopard with MAMP</title>
	<atom:link href="http://sylvainzimmer.com/2008/07/11/how-to-install-mysqldb-on-leopard-with-mamp/feed/" rel="self" type="application/rss+xml" />
	<link>http://sylvainzimmer.com/2008/07/11/how-to-install-mysqldb-on-leopard-with-mamp/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-install-mysqldb-on-leopard-with-mamp</link>
	<description>Just my blog.</description>
	<lastBuildDate>Wed, 09 Nov 2011 12:33:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Fireproofsocks</title>
		<link>http://sylvainzimmer.com/2008/07/11/how-to-install-mysqldb-on-leopard-with-mamp/#comment-6</link>
		<dc:creator>Fireproofsocks</dc:creator>
		<pubDate>Sat, 05 Mar 2011 02:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.sylvainzimmer.com/?p=106#comment-6</guid>
		<description>This is out of date... the more recent version of the module is MySQL-python-1.2.3 .  The _mysql.c file doesn&#039;t contain ANY instances of uint.  

And I think you meant to specify the MAMP version of mysql_config:
mysql_config = /Applications/MAMP/Library/bin/mysql_config

But I still can&#039;t get this to work... the build command returns a bunch of errors, e.g.

_mysql.c:2331: error: &#039;_mysql_ConnectionObject&#039; has no member named &#039;open&#039;
_mysql.c:2338: error: &#039;_mysql_ConnectionObject&#039; has no member named &#039;converter&#039;
_mysql.c:2345: error: &#039;_mysql_ConnectionObject&#039; has no member named &#039;connection&#039;
_mysql.c:2352: error: &#039;_mysql_ConnectionObject&#039; has no member named &#039;connection&#039;
_mysql.c:2359: error: &#039;_mysql_ConnectionObject&#039; has no member named &#039;connection&#039;
_mysql.c:2422: error: &#039;_mysql_ResultObject&#039; has no member named &#039;converter&#039;
_mysql.c:2422: error: initializer element is not constant
_mysql.c:2422: error: (near initialization for &#039;_mysql_ResultObject_memberlist[0].offset&#039;)
_mysql.c: In function &#039;_mysql_ConnectionObject_getattr&#039;:
_mysql.c:2444: error: &#039;_mysql_ConnectionObject&#039; has no member named &#039;open&#039;
lipo: can&#039;t open input file: /var/tmp//ccP1eTos.out (No such file or directory)
error: command &#039;gcc-4.2&#039; failed with exit status 1

Ugh... what a mess.</description>
		<content:encoded><![CDATA[<p>This is out of date&#8230; the more recent version of the module is MySQL-python-1.2.3 .  The _mysql.c file doesn&#8217;t contain ANY instances of uint.  </p>
<p>And I think you meant to specify the MAMP version of mysql_config:<br />
mysql_config = /Applications/MAMP/Library/bin/mysql_config</p>
<p>But I still can&#8217;t get this to work&#8230; the build command returns a bunch of errors, e.g.</p>
<p>_mysql.c:2331: error: &#8216;_mysql_ConnectionObject&#8217; has no member named &#8216;open&#8217;<br />
_mysql.c:2338: error: &#8216;_mysql_ConnectionObject&#8217; has no member named &#8216;converter&#8217;<br />
_mysql.c:2345: error: &#8216;_mysql_ConnectionObject&#8217; has no member named &#8216;connection&#8217;<br />
_mysql.c:2352: error: &#8216;_mysql_ConnectionObject&#8217; has no member named &#8216;connection&#8217;<br />
_mysql.c:2359: error: &#8216;_mysql_ConnectionObject&#8217; has no member named &#8216;connection&#8217;<br />
_mysql.c:2422: error: &#8216;_mysql_ResultObject&#8217; has no member named &#8216;converter&#8217;<br />
_mysql.c:2422: error: initializer element is not constant<br />
_mysql.c:2422: error: (near initialization for &#8216;_mysql_ResultObject_memberlist[0].offset&#8217;)<br />
_mysql.c: In function &#8216;_mysql_ConnectionObject_getattr&#8217;:<br />
_mysql.c:2444: error: &#8216;_mysql_ConnectionObject&#8217; has no member named &#8216;open&#8217;<br />
lipo: can&#8217;t open input file: /var/tmp//ccP1eTos.out (No such file or directory)<br />
error: command &#8216;gcc-4.2&#8242; failed with exit status 1</p>
<p>Ugh&#8230; what a mess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Owen Mundy &#187; Blog Archive &#187; How to easily set up a campaign finance database (well, kind of) or Make Python work with MAMP via MySQLdb</title>
		<link>http://sylvainzimmer.com/2008/07/11/how-to-install-mysqldb-on-leopard-with-mamp/#comment-5</link>
		<dc:creator>Owen Mundy &#187; Blog Archive &#187; How to easily set up a campaign finance database (well, kind of) or Make Python work with MAMP via MySQLdb</dc:creator>
		<pubDate>Mon, 09 Aug 2010 12:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.sylvainzimmer.com/?p=106#comment-5</guid>
		<description>[...] is required in order to use a socket to connect to the MySQL. See How to install MySQLdb on Leopard with MAMP for more [...] </description>
		<content:encoded><![CDATA[<p>[...] is required in order to use a socket to connect to the MySQL. See How to install MySQLdb on Leopard with MAMP for more [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gigabuck &#187; Blog Archive &#187; Installing MySQLdb on Leopard with MAMP</title>
		<link>http://sylvainzimmer.com/2008/07/11/how-to-install-mysqldb-on-leopard-with-mamp/#comment-4</link>
		<dc:creator>gigabuck &#187; Blog Archive &#187; Installing MySQLdb on Leopard with MAMP</dc:creator>
		<pubDate>Fri, 13 Feb 2009 17:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.sylvainzimmer.com/?p=106#comment-4</guid>
		<description>[...] of getting MySQLdb to compile with MAMP so I can get Python talking to MySQL, I ran across Sylvain Zimmer&#8217;s post and follow his [...]

[WORDPRESS HASHCASH] The comment&#039;s server IP (64.57.64.90) doesn&#039;t match the comment&#039;s URL host IP (64.57.71.218) and so is spam.</description>
		<content:encoded><![CDATA[<p>[...] of getting MySQLdb to compile with MAMP so I can get Python talking to MySQL, I ran across Sylvain Zimmer&#8217;s post and follow his [...]</p>
<p>[WORDPRESS HASHCASH] The comment&#8217;s server IP (64.57.64.90) doesn&#8217;t match the comment&#8217;s URL host IP (64.57.71.218) and so is spam.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc

Served from: sylvainzimmer.com @ 2012-05-18 00:30:38 -->
