<?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: Using Python 2.6 + MySQL on Windows is nearly impossible</title>
	<atom:link href="http://blog.contriving.net/2009/03/04/using-python-26-mysql-on-windows-is-nearly-impossible/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.contriving.net/2009/03/04/using-python-26-mysql-on-windows-is-nearly-impossible/</link>
	<description>Things that interest me about rationality, science, and technology</description>
	<lastBuildDate>Thu, 29 Jul 2010 03:01:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Pooja</title>
		<link>http://blog.contriving.net/2009/03/04/using-python-26-mysql-on-windows-is-nearly-impossible/comment-page-1/#comment-33431</link>
		<dc:creator>Pooja</dc:creator>
		<pubDate>Thu, 11 Feb 2010 09:18:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.contriving.net/?p=303#comment-33431</guid>
		<description>Thank you very  much. It works!!!</description>
		<content:encoded><![CDATA[<p>Thank you very  much. It works!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Contriving &#187; MySQL and Python 2.6 on Windows, Redux</title>
		<link>http://blog.contriving.net/2009/03/04/using-python-26-mysql-on-windows-is-nearly-impossible/comment-page-1/#comment-32981</link>
		<dc:creator>Contriving &#187; MySQL and Python 2.6 on Windows, Redux</dc:creator>
		<pubDate>Fri, 18 Sep 2009 15:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.contriving.net/?p=303#comment-32981</guid>
		<description>[...] I noted before, getting a version of MySQLdb that works for Python 2.6 on Windows is an exercise in furstration.  [...]</description>
		<content:encoded><![CDATA[<p>[...] I noted before, getting a version of MySQLdb that works for Python 2.6 on Windows is an exercise in furstration.  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin</title>
		<link>http://blog.contriving.net/2009/03/04/using-python-26-mysql-on-windows-is-nearly-impossible/comment-page-1/#comment-32978</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Thu, 17 Sep 2009 01:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.contriving.net/?p=303#comment-32978</guid>
		<description>Thanks for that info, Anonymous!</description>
		<content:encoded><![CDATA[<p>Thanks for that info, Anonymous!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.contriving.net/2009/03/04/using-python-26-mysql-on-windows-is-nearly-impossible/comment-page-1/#comment-32975</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 13 Sep 2009 21:50:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.contriving.net/?p=303#comment-32975</guid>
		<description>Instructions for building MySQL 5.1.34 with Python 2.6:

http://www.bcspcsonline.com/wiki/index.php?title=MySQL-5.1.34_Python-2.6_Module_Build_Instructions</description>
		<content:encoded><![CDATA[<p>Instructions for building MySQL 5.1.34 with Python 2.6:</p>
<p><a href="http://www.bcspcsonline.com/wiki/index.php?title=MySQL-5.1.34_Python-2.6_Module_Build_Instructions" rel="nofollow">http://www.bcspcsonline.com/wiki/index.php?title=MySQL-5.1.34_Python-2.6_Module_Build_Instructions</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venkatesan Sundramurthy</title>
		<link>http://blog.contriving.net/2009/03/04/using-python-26-mysql-on-windows-is-nearly-impossible/comment-page-1/#comment-32765</link>
		<dc:creator>Venkatesan Sundramurthy</dc:creator>
		<pubDate>Sun, 15 Mar 2009 08:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.contriving.net/?p=303#comment-32765</guid>
		<description>...forgot to add a comment, you might see a warning while import MySQLdb which is fine and that won&#039;t hurt anything,

C:\Python26\lib\site-packages\MySQLdb\__init__.py:34: DeprecationWarning: the sets module is deprecated
  from sets import ImmutableSet</description>
		<content:encoded><![CDATA[<p>&#8230;forgot to add a comment, you might see a warning while import MySQLdb which is fine and that won&#8217;t hurt anything,</p>
<p>C:\Python26\lib\site-packages\MySQLdb\__init__.py:34: DeprecationWarning: the sets module is deprecated<br />
  from sets import ImmutableSet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venkatesan Sundramurthy</title>
		<link>http://blog.contriving.net/2009/03/04/using-python-26-mysql-on-windows-is-nearly-impossible/comment-page-1/#comment-32764</link>
		<dc:creator>Venkatesan Sundramurthy</dc:creator>
		<pubDate>Sun, 15 Mar 2009 08:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.contriving.net/?p=303#comment-32764</guid>
		<description>Hi, I found a location were one person had successfully built mysql for python2.6, sharing the link, 
http://www.technicalbard.com/files/MySQL-python-1.2.2.win32-py2.6.exe</description>
		<content:encoded><![CDATA[<p>Hi, I found a location were one person had successfully built mysql for python2.6, sharing the link,<br />
<a href="http://www.technicalbard.com/files/MySQL-python-1.2.2.win32-py2.6.exe" rel="nofollow">http://www.technicalbard.com/files/MySQL-python-1.2.2.win32-py2.6.exe</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
