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: IDLE fails to save files in macOS 12.0.1 Monterey
Type: behavior Stage: resolved
Components: macOS Versions: Python 3.10
process
Status: closed Resolution: duplicate
Dependencies: Superseder: tkinter.filedialog linked with Tk 8.6.11 crashes on macOS 12 Monterey, breaking IDLE saves
View: 44828
Assigned To: Nosy List: don.chamberlin, ned.deily, ronaldoussoren, terry.reedy
Priority: normal Keywords:

Created on 2021-11-19 07:04 by don.chamberlin, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
IDLE save error.png don.chamberlin, 2021-11-19 07:04 Screenshot of error message on saving a file from IDLE
Messages (3)
msg406572 - (view) Author: Don Chamberlin (don.chamberlin) * Date: 2021-11-19 07:04
Running Python 3.10.0 on MacOS 12.0.1 (Monterey). Start IDLE app to get an IDLE shell. Click File->New File. Edit window appears. Type 
# This is a comment
in the edit window, then click File->Save or command-S.
Error popup appears: "The save file operation failed to connect to the open and save panel service." (See attached screenshot.)
Click "OK" on the error popup. 
File is now saved in the Documents folder with name "None".
msg406574 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2021-11-19 08:04
Your OS and screenshot are identical to the one attached to #44828.  #45641 is another duplicate.  The fix should be in current 3.11, 3.10, and 3.9 mac installers.
msg406641 - (view) Author: Don Chamberlin (don.chamberlin) * Date: 2021-11-20 01:58
Thanks, Terry!
History
Date User Action Args
2022-04-11 14:59:52adminsetgithub: 89999
2021-11-20 01:58:13don.chamberlinsetmessages: + msg406641
2021-11-19 08:06:09terry.reedysetcomponents: - IDLE
2021-11-19 08:04:29terry.reedysetstatus: open -> closed

superseder: tkinter.filedialog linked with Tk 8.6.11 crashes on macOS 12 Monterey, breaking IDLE saves
assignee: terry.reedy ->
components: + macOS

nosy: + ronaldoussoren, ned.deily
messages: + msg406574
resolution: duplicate
stage: resolved
2021-11-19 07:07:05don.chamberlinsettitle: IDLE fails to save files in macO -> IDLE fails to save files in macOS 12.0.1 Monterey
2021-11-19 07:04:25don.chamberlincreate