我已經安裝了Python 3.4和Pillow。所有其他功能都與pyautogui相關,只有屏幕截圖和其他圖像識別功能不起作用。Pyautogui截圖函數返回AttributeError'模塊'對象沒有屬性
>>> import pyautogui
>>> pyautogui.locateOnScreen('chrome.PNG')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'locateOnScreen'
同樣的結果也顯示屏幕捕捉功能。
在
我看了下面的鏈接,但結果非Windows 7操作系統爲我工作 Python: 'pyautogui' has no attribute 'screenshot' (Windows)