问题描述
我遇到了 notepad.exe 无法打开的问题.根据日志,运行命令本身是成功的.但什么都没有打开.我刚刚用 pip 安装了 AutoItLibrary,并在我的机器上下载并安装了 Autoit.我的路径仅指向 Python 和 Python Scripts 目录.我没有其他组件在运行.我还需要做其他事情吗?有代码 Library|AutoitLibrary |Run|notepad.exe |Send|'abc' Send 失败,说没有找到这样的关键字.我在任何时候都看不到记事本打开.我也试过等待窗口,它只是等到超时,然后在没有打开记事本的情况下出现.
I am having an issue that notepad.exe is not getting opened. The run command itself is successful according to the log. But Nothing is opening. I have just installed AutoItLibrary with pip and downloaded and installed Autoit on my machine. My path is only to Python and Python Scripts directory. I have no other components running. Do I have to have any other thing done? have the code Library|AutoitLibrary |Run|notepad.exe |Send|'abc' Send fails saying no such keyword found. I do not see the notepad opening at any point. I also tried wait for the window where it just waits until time out and comes out without the notepad getting opened.
推荐答案
明白了.Pip 安装并没有完成全部工作.我必须下载发行版 zip 文件并运行安装程序.
Got it figured out. A Pip install is not doing the full job. I had to download the distro zip file and run the setup install.
这篇关于Robot Framework AutoitLibrary 运行命令不会失败但不会打开应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!