This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: pyautogui.typewrite() method doesn't work as expected.
Type: behavior Stage: resolved
Components: Versions: Python 3.6
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: terry.reedy Nosy List: basanna007, paul.moore, terry.reedy, tim.golden, zach.ware
Priority: normal Keywords:

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:53adminsetgithub: 75844
2017-10-02 17:24:43terry.reedysetstatus: open -> closed
messages: + msg303554

components: - IDLE, Windows
resolution: third party
stage: resolved
2017-10-02 15:56:09steve.dowersetnosy: - steve.dower
2017-10-02 15:55:58steve.dowersetnosy: + terry.reedy

components: + IDLE
assignee: terry.reedy
2017-10-02 09:24:09basanna007create