Having issue with pyautogui and pystray. Using python Version 3.6.4.
Simply importing both modules into the same script and calling any pyautogui function produces an error.
Is there a fix to this or a work around?? I simply want to use the functionality of pyautogui and build a program which resides in the system tray.
import pyautogui
import pystray
pyautogui.moveTo(10,10)
expected LP_POINT instance instead of pointer to POINT