Can't import pyautogui - Python Forum
python-forum.io › thread-15064import time import random import pyautogui # This causes import error! from selenium import webdriver This has got to be some rookie error, but when I try to import pyautogui, I get the following: import pyautogui Traceback (most recent call last): File "<input>", line 1, in <module>