Closed RedHeadphone closed 4 months ago
because python 3.12 change so many thing change in ctype . pyautogui support python 3.11.x .
tried on Python 3.10, same issue. Is there any workaround?
please ensure your python version 3.11.x . my python version is python 3.11.9 `import pyautogui import time
time.sleep(5) pyautogui.typewrite(">><<")` and Poc
https://github.com/asweigart/pyautogui/assets/113747108/a08ffd40-9458-43a9-a75d-30f0dc0ee861
Code:
Output:
>>>>
System specification: Python 3.12.2 PyAutoGUI 0.9.54