[issue45641] Error In opening a file through Idle

2021-10-28 Thread E. Paine
E. Paine added the comment: > This is likely the same issue as described in #44828 I agree; Ned and Marc are working on it. I doubt the patch will be ready for 3.9.8, but it'll probably be in 3.9.9 and 3.10.1. -- nosy: +epaine ___ Python tracker

[issue45641] Error In opening a file through Idle

2021-10-28 Thread Craig Dowkes
Craig Dowkes added the comment: Same issue for me on Mac OS 12.0.1 hoping for a quick solution to this -- nosy: +craig.dowkes ___ Python tracker ___

[issue45641] Error In opening a file through Idle

2021-10-28 Thread Dev Kumar
Dev Kumar added the comment: Ya, I saw it, same thing is happening with me. But now what? what is the solution? -- ___ Python tracker ___

[issue45641] Error In opening a file through Idle

2021-10-28 Thread Steven D'Aprano
Steven D'Aprano added the comment: See issue #45642 -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45641] Error In opening a file through Idle

2021-10-28 Thread Dev Kumar
Dev Kumar added the comment: Yes, I also have a MacBook Air M1 & I recently updated it to macOS 12.0.1. How to get rid of this error ?? -- ___ Python tracker ___

[issue45641] Error In opening a file through Idle

2021-10-28 Thread Ronald Oussoren
Ronald Oussoren added the comment: Are you using macOS 12 (Monterey)? I get an error as well using that version of the OS (see open-error). The error happens within a second or two after opening the open dialog, without interacting with the dialog in any way. This is on an M1 laptop running

[issue45641] Error In opening a file through Idle

2021-10-28 Thread Dev Kumar
Dev Kumar added the comment: This is the File which is opening every time and not even saving it. -- Added file: https://bugs.python.org/file50404/Screen Shot 2021-10-28 at 1.40.04 PM.png ___ Python tracker

[issue45641] Error In opening a file through Idle

2021-10-28 Thread Dev Kumar
Change by Dev Kumar : Added file: https://bugs.python.org/file50403/Screen Shot 2021-10-28 at 1.41.31 PM.png ___ Python tracker ___ ___

[issue45641] Error In opening a file through Idle

2021-10-28 Thread Dev Kumar
Change by Dev Kumar : Added file: https://bugs.python.org/file50402/Screen Shot 2021-10-28 at 1.39.08 PM.png ___ Python tracker ___ ___

[issue45641] Error In opening a file through Idle

2021-10-28 Thread Dev Kumar
Dev Kumar added the comment: For that, First, open IDlE Then click file & then click on Open After that it's showing the error THE OPEN FILE OPERATION FAILED. Note: I didn't open any file -- ___ Python tracker

[issue45641] Error In opening a file through Idle

2021-10-28 Thread Steven D'Aprano
Steven D'Aprano added the comment: Please read: https://stackoverflow.com/help/minimal-reproducible-example http://www.sscce.org/ -- ___ Python tracker ___

[issue45641] Error In opening a file through Idle

2021-10-28 Thread Steven D'Aprano
Steven D'Aprano added the comment: You need to give us some steps to reproduce this error, or we cannot even begin to try to fix it. What are the minimum steps needed to reproduce the error? -- nosy: +steven.daprano ___ Python tracker

[issue45641] Error In opening a file through Idle

2021-10-28 Thread Dev Kumar
New submission from Dev Kumar : there is an error that is occurring in opening a file or program & after that python is started hanging & not even quitting. And also the file which is open by python is not even saving or executing. -- assignee: terry.reedy components: IDLE, macOS