Maybe install a higher version?

On Mon, Nov 1, 2021, 7:37 PM <[email protected]> wrote:

> Send IDLE-dev mailing list submissions to
>         [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://mail.python.org/mailman/listinfo/idle-dev
> or, via email, send a message with subject or body 'help' to
>         [email protected]
>
> You can reach the person managing the list at
>         [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of IDLE-dev digest..."
>
>
> Today's Topics:
>
>    1. Save error (Chris Walden)
>    2. Re: Unable to save IDLE files on M1 MacBook Air (Terry Reedy)
>    3. Re: Save error using tkinter (and IDLE) on macOS Monterey
>       (Terry Reedy)
>    4. Re: Save error using tkinter (and IDLE) on macOS Monterey
>       (Terry Reedy)
>    5. Re: Unable to save IDLE files on M1 MacBook Air (Terry Reedy)
>    6. Re: Unable to save IDLE files on M1 MacBook Air (Prajwal
>       Nandeesha) (April Morone)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 31 Oct 2021 12:54:09 -0400
> From: Chris Walden <[email protected]>
> To: [email protected]
> Subject: [Idle-dev] Save error
> Message-ID: <[email protected]>
> Content-Type: text/plain;       charset=utf-8
>
> Hi,
>
> I am currently using maxOS Monterey version 12.0.1 on a MacBook Pro
> 14-inch.
>
> When I do a file save as in Idel I am getting the following error
> message:  ?The save file operation failed. The save file operation failed
> to connect to the open and save panel service?.
>
> How can I address this error message?
>
> Thanks!
> Chris
>
> ------------------------------
>
> Message: 2
> Date: Mon, 1 Nov 2021 18:36:50 -0400
> From: Terry Reedy <[email protected]>
> To: Prajwal Nandeesha <[email protected]>,
>         [email protected]
> Subject: Re: [Idle-dev] Unable to save IDLE files on M1 MacBook Air
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=UTF-8; format=flowed
>
> On 11/1/2021 5:53 AM, Prajwal Nandeesha via IDLE-dev wrote:
>
> > I recently downloaded python on my M1 MacBook Air. When I finish writing
> > my programme on IDLE I try to save it. When I click to save it, I get a
> > pop up window from Mac saying that save file operation failed. I have
> > attached an image for your reference.
>
> Apple changed something in Monterey that broke tcl/tk and the tcl/tk
> devs and the Python macOS devsare working to catch up.  All tkinter apps
> have this problem.
> See https://bugs.python.org/issue44828
> and the screenshots attached there.
>
> > Could you please let me know how to resolve this issue.
>
>
> According to the bug report, installing the latest 3.8 may work.  Or
> revert to Big Sur?
>
> In the future, please try searching the tracker for existing bug reports.
>
>
> --
> Terry Jan Reedy
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 1 Nov 2021 18:36:52 -0400
> From: Terry Reedy <[email protected]>
> To: Chris Walden <[email protected]>, [email protected]
> Subject: Re: [Idle-dev] Save error using tkinter (and IDLE) on macOS
>         Monterey
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=UTF-8; format=flowed
>
> On 10/31/2021 12:54 PM, Chris Walden wrote:
> > Hi,
> >
> > I am currently using maxOS Monterey version 12.0.1 on a MacBook Pro
> 14-inch.
> >
> > When I do a file save as in Idel I am getting the following error
> message:  ?The save file operation failed. The save file operation failed
> to connect to the open and save panel service?.
>
> Apple changed something in Monterey that broke tcl/tk and the tcl/tk
> devs and the Python macOS devsare working to catch up.  All tkinter apps
> have this problem.
> See https://bugs.python.org/issue44828
> and the screenshots attached there.
>
> > How can I address this error message?
>
> According to the bug report, installing the latest 3.8 may
> work.  Or revert to Big Sur?
>
> In the future, please try searching the tracker for existing bug reports.
>
> --
> Terry Jan Reedy
>
> ------------------------------
>
> Message: 4
> Date: Mon, 1 Nov 2021 18:40:15 -0400
> From: Terry Reedy <[email protected]>
> To: [email protected]
> Subject: Re: [Idle-dev] Save error using tkinter (and IDLE) on macOS
>         Monterey
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=UTF-8; format=flowed
>
> On 11/1/2021 6:36 PM, Terry Reedy wrote:
> > On 10/31/2021 12:54 PM, Chris Walden wrote:
> >> Hi,
> >>
> >> I am currently using maxOS Monterey version 12.0.1 on a MacBook Pro
> >> 14-inch.
> >>
> >> When I do a file save as in Idel I am getting the following error
> >> message:? ?The save file operation failed. The save file operation
> >> failed to connect to the open and save panel service?.
> >
> > Apple changed something in Monterey that broke tcl/tk and the tcl/tk
> > devs and the Python macOS devsare working to catch up.? All tkinter apps
> > have this problem.
> > See https://bugs.python.org/issue44828
> > and the screenshots attached there.
> >
> >> How can I address this error message?
> >
> > According to the bug report, installing the latest 3.8 may
> > work.? Or revert to Big Sur?
> >
> > In the future, please try searching the tracker for existing bug reports.
>
> A fix will be in future releases of 3.8, 3.9, 3.10.
>
>
> --
> Terry Jan Reedy
>
> ------------------------------
>
> Message: 5
> Date: Mon, 1 Nov 2021 18:40:55 -0400
> From: Terry Reedy <[email protected]>
> To: [email protected]
> Subject: Re: [Idle-dev] Unable to save IDLE files on M1 MacBook Air
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=UTF-8; format=flowed
>
> On 11/1/2021 6:36 PM, Terry Reedy wrote:
> > On 11/1/2021 5:53 AM, Prajwal Nandeesha via IDLE-dev wrote:
> >
> >> I recently downloaded python on my M1 MacBook Air. When I finish
> >> writing my programme on IDLE I try to save it. When I click to save
> >> it, I get a pop up window from Mac saying that save file operation
> >> failed. I have attached an image for your reference.
> >
> > Apple changed something in Monterey that broke tcl/tk and the tcl/tk
> > devs and the Python macOS devsare working to catch up.? All tkinter apps
> > have this problem.
> > See https://bugs.python.org/issue44828
> > and the screenshots attached there.
> >
> >> Could you please let me know how to resolve this issue.
> >
> >
> > According to the bug report, installing the latest 3.8 may work.? Or
> > revert to Big Sur?
> >
> > In the future, please try searching the tracker for existing bug reports.
>
> A fix will be in future releases of 3.8, 3.9, 3.10.
>
>
>
> --
> Terry Jan Reedy
>
> ------------------------------
>
> Message: 6
> Date: Mon, 1 Nov 2021 19:37:09 -0400
> From: April Morone <[email protected]>
> To: [email protected]
> Subject: Re: [Idle-dev] Unable to save IDLE files on M1 MacBook Air
>         (Prajwal Nandeesha)
> Message-ID:
>         <
> cajqcug8uhcel5kgh7iuglfwxa4_df9c8hafg16gdyazrp2d...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> There is a bug causing the issue.
>
> https://bugs.python.org/issue44828
>
>
> On Mon, Nov 1, 2021, 6:18 PM <[email protected]> wrote:
>
> > Send IDLE-dev mailing list submissions to
> >         [email protected]
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> >         https://mail.python.org/mailman/listinfo/idle-dev
> > or, via email, send a message with subject or body 'help' to
> >         [email protected]
> >
> > You can reach the person managing the list at
> >         [email protected]
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of IDLE-dev digest..."
> >
> >
> > Today's Topics:
> >
> >    1. Unable to save IDLE files on M1 MacBook Air (Prajwal Nandeesha)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Mon, 1 Nov 2021 15:23:05 +0530
> > From: Prajwal Nandeesha <[email protected]>
> > To: [email protected]
> > Subject: [Idle-dev] Unable to save IDLE files on M1 MacBook Air
> > Message-ID: <[email protected]>
> > Content-Type: text/plain; charset="us-ascii"
> >
> >
> > Hello,
> >
> > I recently downloaded python on my M1 MacBook Air. When I finish writing
> > my programme on IDLE I try to save it. When I click to save it, I get a
> pop
> > up window from Mac saying that save file operation failed. I have
> attached
> > an image for your reference. Could you please let me know how to resolve
> > this issue.
> >
> > Thank you.
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL: <
> >
> https://mail.python.org/pipermail/idle-dev/attachments/20211101/55a39129/attachment.html
> > >
> > -------------- next part --------------
> > A non-text attachment was scrubbed...
> > Name: Screenshot 2021-11-01 at 3.17.02 PM.png
> > Type: image/png
> > Size: 833895 bytes
> > Desc: not available
> > URL: <
> >
> https://mail.python.org/pipermail/idle-dev/attachments/20211101/55a39129/attachment.png
> > >
> >
> > ------------------------------
> >
> > Subject: Digest Footer
> >
> > _______________________________________________
> > IDLE-dev mailing list
> > [email protected]
> > https://mail.python.org/mailman/listinfo/idle-dev
> >
> >
> > ------------------------------
> >
> > End of IDLE-dev Digest, Vol 158, Issue 1
> > ****************************************
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> https://mail.python.org/pipermail/idle-dev/attachments/20211101/003954bb/attachment.html
> >
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> IDLE-dev mailing list
> [email protected]
> https://mail.python.org/mailman/listinfo/idle-dev
>
>
> ------------------------------
>
> End of IDLE-dev Digest, Vol 158, Issue 2
> ****************************************
>
_______________________________________________
IDLE-dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/idle-dev

Reply via email to