Re: [cx-oracle-users] Hello cx_oracle users - having a real challenge getting cx_oracle working on
Brought to you by:
atuining
From: Mark H. <mh...@pi...> - 2010-03-18 02:02:13
|
On 3/17/10 4:51 PM, Seth Friedman wrote: > 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. I have hit the same thing. In our case upgrading to OS 10.6 was an option so we did that and the problem went away, so I stopped investigating. > > 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 |