[cx-oracle-users] Using cx_Oracle in OpenBSD 5.0
Brought to you by:
atuining
From: Juan P. D. P. <tcp...@gm...> - 2011-11-27 20:03:31
|
Hi, I just compiled and installed cx_Oracle 5.1.1 in OpenBSD 5.0 without any problem, but when I try to do the import an error rises (using python 2.7.1) : >>> import cx_Oracle Traceback (most recent call last): File "<stdin>", line 1, in <module> File "build/bdist.openbsd-5.0-amd64/egg/cx_Oracle.py", line 7, in <module> File "build/bdist.openbsd-5.0-amd64/egg/cx_Oracle.py", line 6, in __bootstrap__ ImportError: Cannot load specified object I didn't find any documentation about this or if this is viable option but decided to try it. I just followed the Build.txt file, and everything compiled and installed but the import does not work. Thanks for your help. -- JP |