当前位置:Gxlcms > 数据库问题 > cx_Oracle python模块安装

cx_Oracle python模块安装

时间:2021-07-01 10:21:17 帮助过:2人阅读

and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs ORACLE_HOME=/oracle/instantclient_11_2 PATH=$PATH:$HOME/bin:$ORACLE_HOME LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME:$ORACLE_HOME/sdk export LD_LIBRARY_PATH export PATH 配置bash_profile

  3.2

    python setup.py build
    python setup.py install

 

3.3如果出现如下错误,则需要安装 python-devel-2.6.6-64.el6.x86_64

技术分享
cx_Oracle.c:6:20: error: Python.h: No such file or directory
cx_Oracle.c:7:22: error: datetime.h: No such file or directory
cx_Oracle.c:8:26: error: structmember.h: No such file or directory
In file included from cx_Oracle.c:142:
Buffer.c:13: error: expected specifier-qualifier-list before ‘PyObject’
Buffer.c: In function ‘cxBuffer_Init’:
Buffer.c:28: error: ‘udt_Buffer’ has no member named ‘obj’
Buffer.c: In function ‘cxBuffer_Copy’:
Buffer.c:44: warning: implicit declaration of function ‘Py_XINCREF’
Buffer.c:44: error: ‘udt_Buffer’ has no member named ‘obj’
Buffer.c:45: error: ‘udt_Buffer’ has no member named ‘obj’
Buffer.c:45: error: ‘udt_Buffer’ has no member named ‘obj’
View Code

 

cx_Oracle python模块安装

标签:

人气教程排行