Re: [cx-oracle-users] Hello cx_oracle users - having a real challenge getting cx_oracle working on
Brought to you by:
atuining
From: juhui <ph...@gm...> - 2010-03-18 01:10:45
|
Is the file that not found exists? is the lib path to this file in the lib path? the file and related directory permission correct? 2010/3/18 Seth Friedman <se...@be...> > I've been looking around finding different sets of instructions for getting > cx_Oracle installed on my Mac. I am hoping I don't need to do something > drastic like change OS or python versions, but I'm running out of things to > try. > > My environment is OS 10.5.8. Python 2.6.2. I've tried different > variants of the oracle clients, 10, 11, instant client basic+sdk+sqlplus > (and sqlplus is working). > > Does anyone have any insight into what might be wrong? > > seths-macbook-pro:appschecker seth$ python -c 'import cx_Oracle' > Traceback (most recent call last): > File "<string>", line 1, in <module> > File "build/bdist.macosx-10.3-fat/egg/cx_Oracle.py", line 7, in <module> > File "build/bdist.macosx-10.3-fat/egg/cx_Oracle.py", line 6, in > __bootstrap__ > ImportError: > dlopen(/Users/seth/.python-eggs/cx_Oracle-5.0.3-py2.6-macosx-10.3-fat.egg-tmp/cx_Oracle.so, > 2): Symbol not found: _OCIAttrGet > Referenced from: > /Users/seth/.python-eggs/cx_Oracle-5.0.3-py2.6-macosx-10.3-fat.egg-tmp/cx_Oracle.so > Expected in: dynamic lookup > > A hopeful thanks in advance, > ~seth > > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > cx-oracle-users mailing list > cx-...@li... > https://lists.sourceforge.net/lists/listinfo/cx-oracle-users > > -- LB can FlY |