[cx-oracle-users] cx_Oracle not importing
Brought to you by:
atuining
From: Cliff M. <cli...@gm...> - 2010-08-26 17:07:25
|
I am trying to get cx_Oracle working with a new install of Python 3 on HP-UX, and it's not working when I try to run the tests. It says ImportError: not able to import cx_Oracle. I can't seem to find any information on why it's not working, and I was hoping that someone could point me in a direction. This same setup works with Python 2.6.5. I have done the following: python3 setup.py build and then python3 setup.py test the test step fails to import. Specifics: Platform: HP-UX 11.31 on Itanium (IA64) Python: 3.1.2 cx_Oracle: 5.0.4 gcc: 4.4.3 Oracle: 11.1.0 (or maybe 11.2.0, I point to the client for 11.1.0, but it's actually running 11.2.0) Build options: -mlp64 (for 64 bit build) -- Cliff |