<?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: IBM&#8217;s Python and DB2 drivers released	</title>
	<atom:link href="https://programmingzen.com/ibms-python-and-db2-drivers-released/feed/" rel="self" type="application/rss+xml" />
	<link>https://programmingzen.com/ibms-python-and-db2-drivers-released/</link>
	<description>Meditations on programming, startups, and technology</description>
	<lastBuildDate>Fri, 13 May 2011 21:25:38 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: meapp		</title>
		<link>https://programmingzen.com/ibms-python-and-db2-drivers-released/#comment-2008</link>

		<dc:creator><![CDATA[meapp]]></dc:creator>
		<pubDate>Fri, 28 Dec 2007 14:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2007/10/29/ibms-python-and-db2-drivers-released/#comment-2008</guid>

					<description><![CDATA[http://code.djangoproject.com/ticket/5052]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.djangoproject.com/ticket/5052" rel="nofollow ugc">http://code.djangoproject.com/ticket/5052</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nildevice		</title>
		<link>https://programmingzen.com/ibms-python-and-db2-drivers-released/#comment-1410</link>

		<dc:creator><![CDATA[Nildevice]]></dc:creator>
		<pubDate>Wed, 21 Nov 2007 21:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2007/10/29/ibms-python-and-db2-drivers-released/#comment-1410</guid>

					<description><![CDATA[For the poor guys that need to install the Python driver in Windows 32bit (I installed in Windows XP Pro) the instructions in the README file are useless (because the info from URL http://wiki.tcl.tk/11431 is too old and the Visual C++ 2005 Express offered by Microsoft instead is binary incompatible with the Visual Studio 2003 used to build the Python interpreter).

However, you can use the MinGW compiler. I installed the 5.1.3 (from SourceForge) and build the driver with the commands:

python setup.py build --compiler=mingw32
python setup.py install --skip-build]]></description>
			<content:encoded><![CDATA[<p>For the poor guys that need to install the Python driver in Windows 32bit (I installed in Windows XP Pro) the instructions in the README file are useless (because the info from URL <a href="http://wiki.tcl.tk/11431" rel="nofollow ugc">http://wiki.tcl.tk/11431</a> is too old and the Visual C++ 2005 Express offered by Microsoft instead is binary incompatible with the Visual Studio 2003 used to build the Python interpreter).</p>
<p>However, you can use the MinGW compiler. I installed the 5.1.3 (from SourceForge) and build the driver with the commands:</p>
<p>python setup.py build &#8211;compiler=mingw32<br />
python setup.py install &#8211;skip-build</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: DR		</title>
		<link>https://programmingzen.com/ibms-python-and-db2-drivers-released/#comment-1385</link>

		<dc:creator><![CDATA[DR]]></dc:creator>
		<pubDate>Sat, 03 Nov 2007 18:12:01 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2007/10/29/ibms-python-and-db2-drivers-released/#comment-1385</guid>

					<description><![CDATA[2nd #Oleg...

Will also need eggs and binaries for standard platforms, since I NEVER count on any software I have to compile myself (eggs help make the compilation process pretty seamless...); sorry, but my tech support guys are not C programmers, and don&#039;t know what the hell a header file is, so when the compilation fails (always when you need the software the most), they can&#039;t fix it without having to call little old me.]]></description>
			<content:encoded><![CDATA[<p>2nd #Oleg&#8230;</p>
<p>Will also need eggs and binaries for standard platforms, since I NEVER count on any software I have to compile myself (eggs help make the compilation process pretty seamless&#8230;); sorry, but my tech support guys are not C programmers, and don&#8217;t know what the hell a header file is, so when the compilation fails (always when you need the software the most), they can&#8217;t fix it without having to call little old me.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: brad clements		</title>
		<link>https://programmingzen.com/ibms-python-and-db2-drivers-released/#comment-1379</link>

		<dc:creator><![CDATA[brad clements]]></dc:creator>
		<pubDate>Tue, 30 Oct 2007 02:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2007/10/29/ibms-python-and-db2-drivers-released/#comment-1379</guid>

					<description><![CDATA[Hurah!

Too bad it wasn&#039;t mature enough for the DB2 9.5 release. :-(

Now .. about sqlalchemy.. ;-)]]></description>
			<content:encoded><![CDATA[<p>Hurah!</p>
<p>Too bad it wasn&#8217;t mature enough for the DB2 9.5 release. 🙁</p>
<p>Now .. about sqlalchemy.. 😉</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Oleg Deribas		</title>
		<link>https://programmingzen.com/ibms-python-and-db2-drivers-released/#comment-1378</link>

		<dc:creator><![CDATA[Oleg Deribas]]></dc:creator>
		<pubDate>Mon, 29 Oct 2007 22:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/2007/10/29/ibms-python-and-db2-drivers-released/#comment-1378</guid>

					<description><![CDATA[1. Is any DB API 2.0 compatibility planned?
2. Will windows binaries be provided?]]></description>
			<content:encoded><![CDATA[<p>1. Is any DB API 2.0 compatibility planned?<br />
2. Will windows binaries be provided?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
