I have this code:
import pyautogui import subprocess # iniciate the program subprocess.call(['C:Program Files (x86)someprogramsomeprogram.exe']) # Abrir folder pyautogui.moveTo(110, 54, duration=1) pyautogui.click(clicks=1, interval=1, button='left')
but the mouse wont move it the program initiates from new, it only moves it the exec is already open, what could it be?
Its most likely a permission's issue. Have you tried running the program as an admin?
2.1m questions
2.1m answers
60 comments
57.0k users