From 227744a0b06fcb1b9783b1f070914ad17fd23fc3 Mon Sep 17 00:00:00 2001 From: fang Date: Sat, 14 Dec 2019 13:37:22 +0800 Subject: [PATCH] python connector user guide --- documentation/webdocs/markdowndocs/Connector.md | 2 +- documentation/webdocs/markdowndocs/connector-ch.md | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/documentation/webdocs/markdowndocs/Connector.md b/documentation/webdocs/markdowndocs/Connector.md index c4a08ca88e..46a2b04daa 100644 --- a/documentation/webdocs/markdowndocs/Connector.md +++ b/documentation/webdocs/markdowndocs/Connector.md @@ -510,7 +510,7 @@ Query OK, 1 row(s) in set (0.000141s) ## Python Connector ### Pre-requirement -* TDengine installed, TDengine-client installed if on Windows +* TDengine installed, TDengine-client installed if on Windows [(Windows TDengine client installation)](https://www.taosdata.com/cn/documentation/connector/#Windows客户端及程序接口) * python 2.7 or >= 3.4 * pip installed diff --git a/documentation/webdocs/markdowndocs/connector-ch.md b/documentation/webdocs/markdowndocs/connector-ch.md index 1e2e3b6989..e91c9d667a 100644 --- a/documentation/webdocs/markdowndocs/connector-ch.md +++ b/documentation/webdocs/markdowndocs/connector-ch.md @@ -502,7 +502,7 @@ Query OK, 1 row(s) in set (0.000141s) ## Python Connector ### 安装准备 -* 已安装TDengine, 如果客户端在Windows上,需要安装Windows 版本的TDengine客户端 +* 已安装TDengine, 如果客户端在Windows上,需要安装Windows 版本的TDengine客户端 [(Windows TDengine 客户端安装)](https://www.taosdata.com/cn/documentation/connector/#Windows客户端及程序接口) * 已安装python 2.7 or >= 3.4 * 已安装pip @@ -1114,6 +1114,13 @@ TDengine在Window系统上提供的API与Linux系统是相同的, 应用程序 + 将Windows开发包(taos.dll)放置到system32目录下。 +#### python接口注意事项 +在Windows系统上,应用程序可以通过导入taos这个模块来操纵数据库,使用python接口的注意事项如下: + ++ 确定在Windows上安装了TDengine客户端 + ++ 将Windows开发包(taos.dll)放置到system32目录下。 + [1]: https://search.maven.org/artifact/com.taosdata.jdbc/taos-jdbcdriver [2]: https://mvnrepository.com/artifact/com.taosdata.jdbc/taos-jdbcdriver -- GitLab