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: Unable to open IDLE on Windows 10 with Python 2.7.10
Type: behavior Stage:
Components: IDLE, Installation, Windows Versions: Python 2.7
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: Nosy List: jatanig, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2015-11-17 03:56 by jatanig, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (4)
msg254782 - (view) Author: Jatin Miglani (jatanig) Date: 2015-11-17 03:56
Hi,
Seems like an issue with IDLE on Windows 10 with Python 2.7.10 active Python distribution. I'm able to open IDLE but it crash immediately. Try with deleting .idle.... folder but it couldn't help. Then I moved backed to 2.7.9 version which ultimately helps to get it invoked from machine. 
Kindly reproduce and check the 2.7.10 distribution with windows 10 64 bit.
Thanks
Jatin Miglani
msg255017 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2015-11-20 20:01
By 'active Python distribution', do you mean 'ActiveState Python distribution'?  If so, you should talk with ActiveState.  The 2.7.10 64 bit PSF installer works fine on my machine.  Was Win 7, now Win 10.  In any case, try "python -m idlelib" at a command line and see what error message you get.
msg255018 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2015-11-20 20:02
'Crash' means getting a Windows 'Application stopped running' box as opposed to Python merely stopping with no error message when started from an icon.
msg258425 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2016-01-16 21:58
Closing as norepro, but happy to reopen if it's still an issue with the official release.
History
Date User Action Args
2022-04-11 14:58:23adminsetgithub: 69830
2016-01-16 21:58:15steve.dowersetstatus: open -> closed
resolution: works for me
messages: + msg258425
2015-11-20 20:02:48terry.reedysettype: crash -> behavior
messages: + msg255018
versions: + Python 2.7
2015-11-20 20:01:09terry.reedysetnosy: + terry.reedy, paul.moore, tim.golden, zach.ware, steve.dower
messages: + msg255017
components: + Installation, Windows
2015-11-17 03:56:20jatanigcreate