I have read import error for pyautogui and this did not answer my question. I am trying to import pyautogui via the 3.5.2 shell or windows cmd. but when using the shell for: import pyautogui
Traceback (most recent call last):
File "<pyshell#2>", line 1, in <module>
import pyautogui
ImportError: No module named 'pyautogui'
I have seen people say they resolved by using 3.5 but not for me. I have also seen people say that uninstalling and reinstalling can fix issues. I did this and on reinstall made sure that the path option was selected.