<?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: Installation troubles with MySQLdb-python</title>
	<atom:link href="http://blog.eflow.org/archives/54/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.eflow.org/archives/54</link>
	<description>Insert some amazingly witty tagline here</description>
	<lastBuildDate>Fri, 11 Jun 2010 13:45:56 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: DDevine</title>
		<link>http://blog.eflow.org/archives/54/comment-page-1#comment-427</link>
		<dc:creator>DDevine</dc:creator>
		<pubDate>Mon, 31 May 2010 07:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eflow.org/?p=54#comment-427</guid>
		<description>You may also have to install mysql-devel -- this was my issue (on CentOS 5.5).</description>
		<content:encoded><![CDATA[<p>You may also have to install mysql-devel &#8212; this was my issue (on CentOS 5.5).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://blog.eflow.org/archives/54/comment-page-1#comment-418</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 22 Mar 2010 17:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eflow.org/?p=54#comment-418</guid>
		<description>Make sure you have installed python-devel (as the blog post says)</description>
		<content:encoded><![CDATA[<p>Make sure you have installed python-devel (as the blog post says)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vinh</title>
		<link>http://blog.eflow.org/archives/54/comment-page-1#comment-417</link>
		<dc:creator>vinh</dc:creator>
		<pubDate>Mon, 22 Mar 2010 10:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eflow.org/?p=54#comment-417</guid>
		<description>I had installed MySQL-python on using 
$ yum install MySQL-python
but when i used command
import MySQLdb. it still not library in my machine
i use Linux CentOS and using x86_64
Please help me by send email to me:
tuanvinh100@gmail.com
thanks so much</description>
		<content:encoded><![CDATA[<p>I had installed MySQL-python on using<br />
$ yum install MySQL-python<br />
but when i used command<br />
import MySQLdb. it still not library in my machine<br />
i use Linux CentOS and using x86_64<br />
Please help me by send email to me:<br />
<a href="mailto:tuanvinh100@gmail.com">tuanvinh100@gmail.com</a><br />
thanks so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kadimi</title>
		<link>http://blog.eflow.org/archives/54/comment-page-1#comment-416</link>
		<dc:creator>kadimi</dc:creator>
		<pubDate>Sun, 21 Mar 2010 03:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eflow.org/?p=54#comment-416</guid>
		<description>I was getting similar error, Installing python-devel fixed it for me.

Thanks</description>
		<content:encoded><![CDATA[<p>I was getting similar error, Installing python-devel fixed it for me.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elchin J</title>
		<link>http://blog.eflow.org/archives/54/comment-page-1#comment-406</link>
		<dc:creator>Elchin J</dc:creator>
		<pubDate>Thu, 11 Feb 2010 17:27:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eflow.org/?p=54#comment-406</guid>
		<description>Thanks Olivier! I would never imagine that the name of MySQLdb api in CentOS is like MySQL-python. It solved my problem! Great!</description>
		<content:encoded><![CDATA[<p>Thanks Olivier! I would never imagine that the name of MySQLdb api in CentOS is like MySQL-python. It solved my problem! Great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evlilik Sitesi</title>
		<link>http://blog.eflow.org/archives/54/comment-page-1#comment-394</link>
		<dc:creator>Evlilik Sitesi</dc:creator>
		<pubDate>Tue, 19 Jan 2010 16:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eflow.org/?p=54#comment-394</guid>
		<description>Awesome awesome post!!!

I&#039;ve been trying to install mysqldb for the last hour on my centos box and had countless errors before I read the comment on this post. I had no clue I could yum MySQL-python.

It worked like a charm. Thanks Olivier and eflow!</description>
		<content:encoded><![CDATA[<p>Awesome awesome post!!!</p>
<p>I&#8217;ve been trying to install mysqldb for the last hour on my centos box and had countless errors before I read the comment on this post. I had no clue I could yum MySQL-python.</p>
<p>It worked like a charm. Thanks Olivier and eflow!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olivier Biot</title>
		<link>http://blog.eflow.org/archives/54/comment-page-1#comment-251</link>
		<dc:creator>Olivier Biot</dc:creator>
		<pubDate>Mon, 18 May 2009 12:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.eflow.org/?p=54#comment-251</guid>
		<description>Thanks for this information!

For the record, apparently the MySQLDB Python package in CentOS has a Mixed Case name: &quot;MySQL-python&quot;. The command to install this module on CentOS is:

$ yum install MySQL-python

Hope this helps!

Olivier</description>
		<content:encoded><![CDATA[<p>Thanks for this information!</p>
<p>For the record, apparently the MySQLDB Python package in CentOS has a Mixed Case name: &#8220;MySQL-python&#8221;. The command to install this module on CentOS is:</p>
<p>$ yum install MySQL-python</p>
<p>Hope this helps!</p>
<p>Olivier</p>
]]></content:encoded>
	</item>
</channel>
</rss>
