I installed the pyautogui module and dependencies via pip-3.2 on my raspi correctly, However when I am trying to do
import pyautogui
I am g
If you run your script with sudo, you should install the module also under sudo...