您的位置:首页 > 大数据 > 人工智能

解决问题:Initializing test library 'AutoItLibrary' with no arguments failed: com_error: (-2147221164, '\

2017-03-03 16:16 801 查看
RobotFramework 安装AutoItLibrary时,总会有很多坑。这是其中一个。

问题:Initializing test library 'AutoItLibrary' with no arguments failed: com_error: (-2147221164, '\xc3\xbb\xd3\xd0\xd7\xa2\xb2\xe1\xc0\xe0', None, None)
定位:



前提:python以及各种软件,都是64位。

解决办法:
在cmd(管理员权限)中:
regsvr32 AutoItX3.dll
比如我的电脑是64位,全路径为
C:\Program Files (x86)\AutoIt3\AutoItX\AutoItX3_x64.dll
cd C:\Program Files (x86)\AutoIt3\AutoItX\
regsvr32 AutoItX3_x64.dll
结束。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐