<?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 for codegood</title>
	<atom:link href="http://www.codegood.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codegood.com</link>
	<description>In the beginning was the Code, and the Code was Good.</description>
	<lastBuildDate>Sun, 30 May 2010 01:38:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on MySQL-python Windows 64bit and 32bit distributions by victor jabur</title>
		<link>http://www.codegood.com/archives/4/comment-page-1#comment-853</link>
		<dc:creator>victor jabur</dc:creator>
		<pubDate>Sun, 30 May 2010 01:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://codegood.com/?p=4#comment-853</guid>
		<description>I wrote this post, teaching how to build and install the MySQLdb on Windows ! I hope this post help someone.

http://victorjabur.com/2010/05/29/mysqldb_windows/

Bye
Victor Jabur</description>
		<content:encoded><![CDATA[<p>I wrote this post, teaching how to build and install the MySQLdb on Windows ! I hope this post help someone.</p>
<p><a href="http://victorjabur.com/2010/05/29/mysqldb_windows/" rel="nofollow">http://victorjabur.com/2010/05/29/mysqldb_windows/</a></p>
<p>Bye<br />
Victor Jabur</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL-python Windows 64bit and 32bit distributions by Peter</title>
		<link>http://www.codegood.com/archives/4/comment-page-1#comment-843</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 28 May 2010 00:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://codegood.com/?p=4#comment-843</guid>
		<description>Amazing--thanks so much!

Peter</description>
		<content:encoded><![CDATA[<p>Amazing&#8211;thanks so much!</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL-python Windows 64bit and 32bit distributions by AbdallahD</title>
		<link>http://www.codegood.com/archives/4/comment-page-1#comment-813</link>
		<dc:creator>AbdallahD</dc:creator>
		<pubDate>Sat, 22 May 2010 12:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://codegood.com/?p=4#comment-813</guid>
		<description>Thanks a lot for this, you saved me plenty of time!</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this, you saved me plenty of time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL-python Windows 64bit and 32bit distributions by Mick</title>
		<link>http://www.codegood.com/archives/4/comment-page-1#comment-767</link>
		<dc:creator>Mick</dc:creator>
		<pubDate>Mon, 17 May 2010 16:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://codegood.com/?p=4#comment-767</guid>
		<description>Excellent resource - thanks.

One note for anyone using Python 2.6 and py2exe:

If you use version 1.2.2 above (e.g.  MySQL-python-1.2.2.win32-py2.6.exe) you will get an warning from py2exe that sets has been deprecated. This seems to cause odd bugs which can prove tricky to trace back to this warning - for example we had an app which ran fine from the command line (i.e. python myapp.py) and seemed to run fine when built into an application with py2exe, but then hung when quitting with an error which seemed to imply an interaction issue between wx and twisted. 

Moving to 1.2.3c above (e.g.  MySQL-python-1.2.3c1.win32-py2.6.exe) causes the warning to disappear (as the built in alternative to sets in Python 2.6 is used) and caused the problem to disappear (in our app anyway).

So if you are using Python 2.6 it may be that 1.2.3c is a better choice despite the &#039;beta&#039; tag.</description>
		<content:encoded><![CDATA[<p>Excellent resource &#8211; thanks.</p>
<p>One note for anyone using Python 2.6 and py2exe:</p>
<p>If you use version 1.2.2 above (e.g.  MySQL-python-1.2.2.win32-py2.6.exe) you will get an warning from py2exe that sets has been deprecated. This seems to cause odd bugs which can prove tricky to trace back to this warning &#8211; for example we had an app which ran fine from the command line (i.e. python myapp.py) and seemed to run fine when built into an application with py2exe, but then hung when quitting with an error which seemed to imply an interaction issue between wx and twisted. </p>
<p>Moving to 1.2.3c above (e.g.  MySQL-python-1.2.3c1.win32-py2.6.exe) causes the warning to disappear (as the built in alternative to sets in Python 2.6 is used) and caused the problem to disappear (in our app anyway).</p>
<p>So if you are using Python 2.6 it may be that 1.2.3c is a better choice despite the &#8216;beta&#8217; tag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL-python distribution for Windows and Python 2.5 x64 by pedromagnus</title>
		<link>http://www.codegood.com/archives/72/comment-page-1#comment-712</link>
		<dc:creator>pedromagnus</dc:creator>
		<pubDate>Sun, 09 May 2010 05:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.codegood.com/?p=72#comment-712</guid>
		<description>Great. It works at the first try. I have python2.5 in win7 64 bits. In the registry I don´t even have the &quot;Python&quot; directory in &quot;HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Python&quot; and worked great spite of this. Tks.
Pedro</description>
		<content:encoded><![CDATA[<p>Great. It works at the first try. I have python2.5 in win7 64 bits. In the registry I don´t even have the &#8220;Python&#8221; directory in &#8220;HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Python&#8221; and worked great spite of this. Tks.<br />
Pedro</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL-python Windows 64bit and 32bit distributions by Sam</title>
		<link>http://www.codegood.com/archives/4/comment-page-1#comment-564</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Fri, 09 Apr 2010 22:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://codegood.com/?p=4#comment-564</guid>
		<description>Thank you so much!</description>
		<content:encoded><![CDATA[<p>Thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL-python Windows 64bit and 32bit distributions by Filip</title>
		<link>http://www.codegood.com/archives/4/comment-page-1#comment-562</link>
		<dc:creator>Filip</dc:creator>
		<pubDate>Fri, 09 Apr 2010 16:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://codegood.com/?p=4#comment-562</guid>
		<description>If you are getting the setup to freeze or possibly an error message when installing on a Windows 7 system: you need to right click the setup file and click &quot;Run as administrator&quot;. Then it should be installed correctly. 

Good luck! :)</description>
		<content:encoded><![CDATA[<p>If you are getting the setup to freeze or possibly an error message when installing on a Windows 7 system: you need to right click the setup file and click &#8220;Run as administrator&#8221;. Then it should be installed correctly. </p>
<p>Good luck! <img src='http://www.codegood.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL-python Windows 64bit and 32bit distributions by giunghi</title>
		<link>http://www.codegood.com/archives/4/comment-page-1#comment-560</link>
		<dc:creator>giunghi</dc:creator>
		<pubDate>Fri, 09 Apr 2010 08:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://codegood.com/?p=4#comment-560</guid>
		<description>Sorry for the question but I am not a real expert. What is the difference between the version with embedded binaries and the simple one? I don&#039;t have the libmysqld.dll in my python 2.6 directory. can someone help? many thanks, giunghi</description>
		<content:encoded><![CDATA[<p>Sorry for the question but I am not a real expert. What is the difference between the version with embedded binaries and the simple one? I don&#8217;t have the libmysqld.dll in my python 2.6 directory. can someone help? many thanks, giunghi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL-python Windows 64bit and 32bit distributions by Chinese</title>
		<link>http://www.codegood.com/archives/4/comment-page-1#comment-557</link>
		<dc:creator>Chinese</dc:creator>
		<pubDate>Fri, 09 Apr 2010 02:36:44 +0000</pubDate>
		<guid isPermaLink="false">http://codegood.com/?p=4#comment-557</guid>
		<description>think you   

windows   python+mysql

--!

OK</description>
		<content:encoded><![CDATA[<p>think you   </p>
<p>windows   python+mysql</p>
<p>&#8211;!</p>
<p>OK</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL-python Windows 64bit and 32bit distributions by Adam</title>
		<link>http://www.codegood.com/archives/4/comment-page-1#comment-520</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Thu, 01 Apr 2010 03:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://codegood.com/?p=4#comment-520</guid>
		<description>Thank you for this.  Saved me time and frustration.</description>
		<content:encoded><![CDATA[<p>Thank you for this.  Saved me time and frustration.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
