Re: cx_Oracle 5.2

vijchti <[email protected]> Mon, 27 Jul 2015 20:28:32 +0000 (UTC)
Newsgroups gmane.comp.python.db.cx-oracle
Message-ID <[email protected]>
Shai Berger <shai@...> writes:

> 
> On Thursday 23 July 2015 04:13:20 Mike Bayer wrote:
> > 
> > https://bitbucket.org/zzzeek/sqlalchemy/issues/3491/queryfirst-
sometimes-returns-none
> > 
> The user is running on Windows with Oracle  11.1 client. The first 
question
> that comes to mind is, did they compile cx_Oracle themselves? If not,
> perhaps the issue is caused by running a cx_Oracle compiled against
> Oracle 11.2 client libs, against a 11.1 client installation?
> 
> AFAIK you can no longer download 11.1 from Oracle, that version
> has been EOL'd I think.
> 
> Shai.
> 
> ----------------------------------------------------------------------
--------
> 


Hello Shai,

I'm the SA user that originally reported this issue.

We did not compile cx_Oracle ourselves. Instead, we used the precompiled 
version available on PyPI here:
https://pypi.python.org/packages/3.4/c/cx_Oracle/cx_Oracle-5.2-
11g.win32-py3.4.exe#md5=63137306c4fd292438a693dbce0a801d

The replacement version was also downloaded from PyPI:
https://pypi.python.org/packages/3.4/c/cx_Oracle/cx_Oracle-5.1.3-
11g.win32-py3.4.exe#md5=1b8438c3b61bc2c026bcff219a9c0214

We'll compile our own version for testing and let you know the results.

Vijchti


------------------------------------------------------------------------------