I am trying to use this:
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
carl@dell17:~/a/cx_Oracle-4.3.1$ python setup.py build
Traceback (most recent call last):
File "setup.py", line 36, in ?
oracleHome = os.environ["ORACLE_HOM E"]
File "/usr/lib/python2.4/UserDict.py", line 17, in __getitem__
def __getitem__(sel f, key): return self.data[key]
KeyError: 'ORACLE_HOME'
Now I don't really know whos problem this is.
Carl K
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
carl@dell17:~/a/cx_Oracle-4.3.1$ python setup.py build
Traceback (most recent call last):
File "setup.py", line 36, in ?
oracleHome = os.environ["ORACLE_HOM E"]
File "/usr/lib/python2.4/UserDict.py", line 17, in __getitem__
def __getitem__(sel f, key): return self.data[key]
KeyError: 'ORACLE_HOME'
Now I don't really know whos problem this is.
Carl K
Comment