Re: [cx-oracle-users] cx_Oracle 5.2
Brought to you by:
atuining
From: vijchti <rch...@gm...> - 2015-07-27 20:35:16
|
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 |