<?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"
	>
<channel>
	<title>Comments on: Build and install cx_Oracle on MacOS X Leopard Intel</title>
	<atom:link href="http://codingnaked.wordpress.com/2008/05/07/build-and-install-cx_oracle-on-macos-x-leopard-intel/feed/" rel="self" type="application/rss+xml" />
	<link>http://codingnaked.wordpress.com/2008/05/07/build-and-install-cx_oracle-on-macos-x-leopard-intel/</link>
	<description>My thoughts on programming</description>
	<pubDate>Wed, 23 Jul 2008 23:25:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>By: Mario</title>
		<link>http://codingnaked.wordpress.com/2008/05/07/build-and-install-cx_oracle-on-macos-x-leopard-intel/#comment-12</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Mon, 14 Jul 2008 15:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://codingnaked.wordpress.com/?p=5#comment-12</guid>
		<description>worked! thx!</description>
		<content:encoded><![CDATA[<p>worked! thx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chrisb06</title>
		<link>http://codingnaked.wordpress.com/2008/05/07/build-and-install-cx_oracle-on-macos-x-leopard-intel/#comment-11</link>
		<dc:creator>chrisb06</dc:creator>
		<pubDate>Sun, 06 Jul 2008 11:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://codingnaked.wordpress.com/?p=5#comment-11</guid>
		<description>I followed your instructions on MacOS X Server Leopard 10.5.3 with Oracle instantclient-basic-macosx-10.2.0.4.0 and new cx_Oracle-4.4. I compile cx_Oracle-44 with a python 2.4 version installed by macports and all works well.
Many thanks.</description>
		<content:encoded><![CDATA[<p>I followed your instructions on MacOS X Server Leopard 10.5.3 with Oracle instantclient-basic-macosx-10.2.0.4.0 and new cx_Oracle-4.4. I compile cx_Oracle-44 with a python 2.4 version installed by macports and all works well.<br />
Many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Michaud</title>
		<link>http://codingnaked.wordpress.com/2008/05/07/build-and-install-cx_oracle-on-macos-x-leopard-intel/#comment-4</link>
		<dc:creator>Rick Michaud</dc:creator>
		<pubDate>Thu, 08 May 2008 13:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://codingnaked.wordpress.com/?p=5#comment-4</guid>
		<description>Ooops and forgot to mention - thanks for the suggestion to tweak the setup.py, that saved me hours of hair pulling!!</description>
		<content:encoded><![CDATA[<p>Ooops and forgot to mention - thanks for the suggestion to tweak the setup.py, that saved me hours of hair pulling!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Michaud</title>
		<link>http://codingnaked.wordpress.com/2008/05/07/build-and-install-cx_oracle-on-macos-x-leopard-intel/#comment-3</link>
		<dc:creator>Rick Michaud</dc:creator>
		<pubDate>Thu, 08 May 2008 13:55:53 +0000</pubDate>
		<guid isPermaLink="false">http://codingnaked.wordpress.com/?p=5#comment-3</guid>
		<description>I followed your steps and got past the setup.py complaining that it couldn't find the right version of Oracle.  However I got slews of error messages basically resulting from the fact that the root account did not have the right path variables set.  As a workaround, I did the following for step V:

1. "Become Root":

sudo su -

2. Inherit the environment from "me":

. /Users/rmichaud/.bash_profile

3. Change directory to the location of cx_oracle and build it:

cd (where your cx_oracle is)
python setup.py build

4. Install

python setup.py install.

This seemed to work well so far, but there doesn't seem to be a test harness (sorry -- sorry about the throwback to my Perl days....)</description>
		<content:encoded><![CDATA[<p>I followed your steps and got past the setup.py complaining that it couldn&#8217;t find the right version of Oracle.  However I got slews of error messages basically resulting from the fact that the root account did not have the right path variables set.  As a workaround, I did the following for step V:</p>
<p>1. &#8220;Become Root&#8221;:</p>
<p>sudo su -</p>
<p>2. Inherit the environment from &#8220;me&#8221;:</p>
<p>. /Users/rmichaud/.bash_profile</p>
<p>3. Change directory to the location of cx_oracle and build it:</p>
<p>cd (where your cx_oracle is)<br />
python setup.py build</p>
<p>4. Install</p>
<p>python setup.py install.</p>
<p>This seemed to work well so far, but there doesn&#8217;t seem to be a test harness (sorry &#8212; sorry about the throwback to my Perl days&#8230;.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
