'I am getting this error when I try to use a function from pyautogui-AttributeError:partially initialized module 'pyautogui' has no attribute 'press'
I am getting this error when I try to use any function of pyautogui. I have checked all the files and there is no file named the same(This code works in shell).
import pyautogui
import time
time.sleep(3)
pyautogui.press("a")
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
