Issue 31663: pyautogui.typewrite() method doesn't work as expected. (original) (raw)

Issue31663

Created on 2017-10-02 09:24 by basanna007, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg303515 - (view) Author: Basanna Badami (basanna007) Date: 2017-10-02 09:24
Tried to run pyautogui.typewrite('Hello World') On IDLE terminal to type 'Hello World' string to an open notepad(say). As, i've interchanged my mouse click options(on windows OS), instead of 'Hello World' string being print to to the open notepad, i could see a right click on it. The method pyautogui.typewrite() doesn't function as per mouse options settings on my machine.
msg303554 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2017-10-02 17:24
This tracker is for issues about improving future cpython releases on python.org. Questions about using current python go to other forums, such as python-list. You can also use python-list via the news.gmane.org newsgroup mirror gmane.comp.python.general. If you ask your question elsewhere, you must give much more information. What is pyautogui.typewrite? It is not part of the Python stdlib. What does 'interchanged my mouse click options (on windows OS)' mean? What did you do in IDLE, in some detail. What did you see and where?
History
Date User Action Args
2022-04-11 14:58:53 admin set github: 75844
2017-10-02 17:24:43 terry.reedy set status: open -> closedmessages: + components: - IDLE, Windowsresolution: third partystage: resolved
2017-10-02 15:56:09 steve.dower set nosy: - steve.dower
2017-10-02 15:55:58 steve.dower set nosy: + terry.reedycomponents: + IDLEassignee: terry.reedy
2017-10-02 09:24:09 basanna007 create