Sep-29-2019, 03:32 AM
Tried to search in Google, didn't find the solution
I have mac Mohave 10.14.6
Just installed Python 3.7.4 from Python org
Then installed pyautogui
https://pyautogui.readthedocs.io/en/latest/install.html
Then updated pyautogui via pip3 install --upgrade pip
ak$ pip --version
pip 19.2.3 from /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pip (python 3.7)
When I run program
I have mac Mohave 10.14.6
Just installed Python 3.7.4 from Python org
Then installed pyautogui
https://pyautogui.readthedocs.io/en/latest/install.html
Then updated pyautogui via pip3 install --upgrade pip
ak$ pip --version
pip 19.2.3 from /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pip (python 3.7)
When I run program
import pyautogui import time pyautogui.moveTo(169,1200)I see
Output:File "571.py", line 1, in <module>
import pyautogui
ImportError: No module named pyautogui
What I'm doing wrong? Thanx