avl excite python二次开发1--python解释器需用内置解释器aws_cmd

avl excite python二次开发1--python解释器需用内置解释器aws_cmd

1、python解释器问题

1.1、用外置python解释器,import WSInterface会失败(WSInterface.pyd)

python 复制代码
Python 3.6.0 (v3.6.0:41df79263a11, Dec 23 2016, 08:06:12) [MSC v.1900 64 bit (AMD64)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> import sys
>>> path=r'C:\Program Files (x86)\AVL\R2020.1\AWS\python\lib.x86_64-unknown-winnt_i16v15'
>>> import WSInterface
python 复制代码
>>> sys.path.append(path)
>>> import WSInterface

1.2、用内置解释器aws_cmd运行py脚本



1.3 用内置解释器aws_python执行脚本

三级目录

相关推荐
是萝卜干呀几秒前
Backend - Python 爬取网页数据并保存在Excel文件中
python·excel·table·xlwt·爬取网页数据
代码欢乐豆1 分钟前
数据采集之selenium模拟登录
python·selenium·测试工具
许野平24 分钟前
Rust: 利用 chrono 库实现日期和字符串互相转换
开发语言·后端·rust·字符串·转换·日期·chrono
也无晴也无风雨28 分钟前
在JS中, 0 == [0] 吗
开发语言·javascript
狂奔solar36 分钟前
yelp数据集上识别潜在的热门商家
开发语言·python
Tassel_YUE37 分钟前
网络自动化04:python实现ACL匹配信息(主机与主机信息)
网络·python·自动化
聪明的墨菲特i44 分钟前
Python爬虫学习
爬虫·python·学习
blammmp1 小时前
Java:数据结构-枚举
java·开发语言·数据结构
何曾参静谧1 小时前
「C/C++」C/C++ 指针篇 之 指针运算
c语言·开发语言·c++
暗黑起源喵2 小时前
设计模式-工厂设计模式
java·开发语言·设计模式