1.安裝pythonwin32
在下載地址:http://sourceforge.net/projects/pywin32/files/pywin32/找到對應自己python及系統位數的pythonwin32版本,下載并安裝pythonwin32。(python的版本可以按照以下步驟查看:cmd->python)
2.安裝AutoItLibrary
1)下載:csdn下載地址:http://download.csdn.net/detail/liuheng123456/6236097
2)將上面下載的文件解壓,再下載一個64位的AutoItX3.dll,替換...\AutoItLibrary-1.1_x64\3rdPartyTools\AutoIt路徑下的32位的dll文件
3)然后以管理員身份【很重要!很重要!很重要!】打開cmd窗口,使得當前目錄為AutoItLibrary的存放目錄,然后通過cmd命令python setup.py install進行安裝。
4)在RIDE中F5查看是否安裝成功
3.安裝Pillow
以便使用ScreenshotLibrary ,下載地址:http://download.csdn.net/detail/liuheng123456/6235465