达梦安装部署
参考链接:Linux环境安装部署达梦数据库_linux达梦数据库安装_连亚伟的博客-CSDN博客
Python安装下载
下载地址:Python Source Releases | Python.org
选择以下版本下载
将下载的压缩包上传到/opt目录下,解压
[root@localhost ~]# cd /opt/
[root@localhost opt]# tar -zxvf Python-3.6.8.tgz
进入解压后的Python目录,执行以下脚本开始安装
[root@localhost opt]# cd Python-3.6.8/
[root@localhost Python-3.6.8]# ./configure
[root@localhost Python-3.6.8]# make && make install
安装编译工具gcc
[root@localhost Python-3.6.8]# yum install gcc
安装dmPython
进入dm安装目录下的dmpython目录下,如
[root@localhost Python-3.6.8]# cd /dm/drivers/python/dmPython/
[root@localhost dmPython]# ls
手动安装dmpython
[root@localhost dmPython]# python setup.py install
Python引用dmpython
[root@localhost dmPython]# python
>>> import dmPython
>>> dmPython.version ##查看dmpython版本
配置dpi环境变量
[root@localhost dmPython]# vim /root/.bash_profile
##添加dpi环境变量
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/dm/drivers/dpi/
##重新加载环境变量
[root@localhost opt]# source /root/.bash_profile
上传Python文件脚本,并执行
[root@localhost opt]# python py_dm2.py
该脚本查询user_tables的前三行table_name字段数据,执行结果