Python 3.6.4
Pillow(PIL)5.0
OS Win 7
pyscreeze 0.1.13
我正在尝试使用pyautogui的屏幕截图功能,但遇到了问题。
import pyautogui
image = pyautogui.locateOnScreen('imagepath')
print(image)
我收到以下错误:
文件“C:\ Users \ a7153 \ AppData \ Local \ Programs \ Python \ Python36 \ lib \ site-packages \ pyscreeze__init __。py”,第315行,在_screenshot_win32 im = ImageGrab.grab() NameError:名称'ImageGrab'未定义
我已经尝试过pyscreeze并直接从PIL(枕头)导入ImageGrab导入,但没有运气。我已经阅读了文档,似乎没有任何问题。有没有人有任何建议?