Error installing cx_Oracle

2010-09-22 Thread AMC
call last): File ./runsql.py, line 3, in module import cx_Oracle ImportError: ld.so.1: isapython2.6: fatal: /opt/webstack/python/lib/ python2.6/site-packages/cx_Oracle.so: wrong ELF class: ELFCLASS64 r...@access1:/home/amohan/python/work/broadcast_report/bin$ I tried installing cx_Oracle

Re: Error installing cx_Oracle

2010-09-22 Thread James Mills
:/home/amohan/python/work/broadcast_report/bin$ I tried installing cx_Oracle with easy_install utility (I am not strong in Solaris). While installing I am getting some error as shown below. r...@access1:/$ easy_install cx_Oracle Searching for cx-Oracle Reading http://pypi.python.org/simple

installing cx_Oracle.

2007-05-24 Thread Carl K
I am trying to use this: http://python.net/crew/atuining/cx_Oracle/html/cx_Oracle.html it is a real module, right? sudo easy_install cx_Oracle did not easy_install cx_Oracle. http://www.python.org/pypi/cx_Oracle/4.3.1 doesn't give me any clue. I got the source from

Re: installing cx_Oracle.

2007-05-24 Thread Bill Scherer
Carl K wrote: I am trying to use this: http://python.net/crew/atuining/cx_Oracle/html/cx_Oracle.html it is a real module, right? It is indeed. sudo easy_install cx_Oracle did not easy_install cx_Oracle. http://www.python.org/pypi/cx_Oracle/4.3.1 doesn't give me any clue. I got the

Re: installing cx_Oracle.

2007-05-24 Thread Diez B. Roggisch
Carl K schrieb: I am trying to use this: http://python.net/crew/atuining/cx_Oracle/html/cx_Oracle.html it is a real module, right? sudo easy_install cx_Oracle did not easy_install cx_Oracle. http://www.python.org/pypi/cx_Oracle/4.3.1 doesn't give me any clue. I got the source from

Re: installing cx_Oracle.

2007-05-24 Thread Bill Scherer
Bill Scherer wrote: Carl K wrote: I am trying to use this: http://python.net/crew/atuining/cx_Oracle/html/cx_Oracle.html it is a real module, right? It is indeed. sudo easy_install cx_Oracle did not easy_install cx_Oracle. http://www.python.org/pypi/cx_Oracle/4.3.1

Re: installing cx_Oracle.

2007-05-24 Thread Carl K
Getting closer, thanks Bill and Diez. $ export ORACLE_HOME $ ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/client $ python setup.py build $ sudo python setup.py install $ python -c import cx_Oracle Traceback (most recent call last): File string, line 1, in ? ImportError:

Re: installing cx_Oracle.

2007-05-24 Thread Bill Scherer
Carl K wrote: Getting closer, thanks Bill and Diez. $ export ORACLE_HOME $ ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/client $ python setup.py build $ sudo python setup.py install $ python -c import cx_Oracle Traceback (most recent call last): File string, line 1, in ?

Re: installing cx_Oracle.

2007-05-24 Thread Carl K
Bill Scherer wrote: Carl K wrote: Getting closer, thanks Bill and Diez. $ export ORACLE_HOME $ ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/client $ python setup.py build $ sudo python setup.py install $ python -c import cx_Oracle Traceback (most recent call last): File

Re: installing cx_Oracle.

2007-05-24 Thread Steve Holden
Dennis Lee Bieber wrote: On Thu, 24 May 2007 09:07:07 -0500, Carl K [EMAIL PROTECTED] declaimed the following in comp.lang.python: Getting closer, thanks Bill and Diez. $ export ORACLE_HOME $ ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/client Don't those lines need to

Re: installing cx_Oracle.

2007-05-24 Thread Carl K
Dennis Lee Bieber wrote: On Thu, 24 May 2007 09:07:07 -0500, Carl K [EMAIL PROTECTED] declaimed the following in comp.lang.python: Getting closer, thanks Bill and Diez. $ export ORACLE_HOME $ ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/client Don't those lines need to

Re: installing cx_Oracle.

2007-05-24 Thread Carsten Haese
On Thu, 2007-05-24 at 16:15 +, Dennis Lee Bieber wrote: On Thu, 24 May 2007 09:07:07 -0500, Carl K [EMAIL PROTECTED] declaimed the following in comp.lang.python: Getting closer, thanks Bill and Diez. $ export ORACLE_HOME $

RE: installing cx_Oracle.

2007-05-24 Thread Doug Phillips
It also works the other way around, at least on the non-empty set of systems that contains my workstation. export simply marks the variable name for automatic export to the environment of subsequent commands. The value at that time doesn't matter. What matters is the value that the name

Re: installing cx_Oracle.

2007-05-24 Thread Charles Sanders
Doug Phillips wrote: It also works the other way around, at least on the non-empty set of systems that contains my workstation. export simply marks the variable name for automatic export to the environment of subsequent commands. The value at that time doesn't matter. What matters is the

installing cx_Oracle on Unix/Solaris

2005-09-27 Thread Steve
I'm posting this message here, so that someone googling here will be able to find it. I was having problems installing cx_Oracle on Solaris. The build would fail with a message: ld: fatal: file /apps/oracle/prod/9.2/lib/libclntsh.so: wrong ELF class: ELFCLASS64 I found the solution on Grig