[issue42621] Python IDLE no longer opens after clicking on its icon

2020-12-11 Thread Terry J. Reedy
Terry J. Reedy added the comment: https://docs.python.org/3/library/idle.html#startup-failure says "A common cause of failure is a user-written file with the same name as a standard library module, such as random.py and tkinter.py. When such a file is located in the same directory as a file t

[issue42621] Python IDLE no longer opens after clicking on its icon

2020-12-11 Thread Avinash Gaur
Avinash Gaur <8962...@gmail.com> added the comment: I tried deleting Environment Variables which has python. and now it is working. -- stage: -> resolved status: open -> closed ___ Python tracker ___

[issue42621] Python IDLE no longer opens after clicking on its icon

2020-12-11 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- Removed message: https://bugs.python.org/msg382866 ___ Python tracker ___ ___ Python-bugs-li

[issue42621] Python IDLE no longer opens after clicking on its icon

2020-12-11 Thread 雅雯
雅雯 added the comment: 幹你娘 -- nosy: +zhtw1234 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue42621] Python IDLE no longer opens after clicking on its icon

2020-12-11 Thread Avinash Gaur
Avinash Gaur <8962...@gmail.com> added the comment: I downloaded the .exe file from python.org After trying to open the idle from cmd "py -3.9 -m idlelib", the error shown in picture comes.(python 3.7 was also showing same error) -- Added file: https://bugs.python.org/file49666/error.p

[issue42621] Python IDLE no longer opens after clicking on its icon

2020-12-11 Thread Avinash Gaur
Change by Avinash Gaur <8962...@gmail.com>: -- versions: +Python 3.9 -Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing

[issue42621] Python IDLE no longer opens after clicking on its icon

2020-12-11 Thread Avinash Gaur
New submission from Avinash Gaur <8962...@gmail.com>: I was able to use python IDLE earlier. But when I tried to open now, I was unable to open Python 3.7 IDLE. I have tried uninstalling and reinstalling Python(different versions) and deleting the .idlerc folder. I am using Windows 10. -