Issue 20863: IDLE not opening (original) (raw)

Created on 2014-03-07 08:00 by chester.burns, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg212863 - (view) Author: Chester Burns (chester.burns) Date: 2014-03-07 08:00
I installed python 3.3.3 and it was working fine for the moment, however the next day when I tried to open it, the idle app showed on the dock for a second and straight away quit. I am using a macbook pro on osx version 10.9.1
msg212864 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2014-03-07 08:06
Try launching IDLE from a Terminal shell window by typing: /usr/local/bin/idle3.3 and see if it fails there and, if so, any messages shown. One possibility is the problem reported in http://bugs.python.org/issue18270 which was fixed in the IDLE shipped with Python 3.3.4.
msg212866 - (view) Author: Chester Burns (chester.burns) Date: 2014-03-07 09:31
I tried that and it came up with this: Traceback (most recent call last): File "/usr/local/bin/idle3.3", line 5, in main() File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/idlelib/PyShell.py", line 1572, in main shell.interp.runcommand(''.join(("print('", tkversionwarning, "')"))) AttributeError: 'NoneType' object has no attribute 'interp' I also tried typing 'open /usr/local/bin/idle3.3' and it returned this: No application knows how to open /usr/local/bin/idle3.3.
msg212867 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2014-03-07 09:35
Thanks for the update. That is indeed the symptom of the problem documented in Issue18270. The best solution is to download and install Python 3.3.4 which has a fix for it.
History
Date User Action Args
2022-04-11 14:57:59 admin set github: 65062
2014-03-07 18:40:45 ned.deily set status: open -> closed
2014-03-07 09:35:38 ned.deily set superseder: IDLE on OS X fails with Attribute Error if no initial shell and Tk out-of-dateresolution: duplicatemessages: + stage: resolved
2014-03-07 09:31:48 chester.burns set messages: +
2014-03-07 08:06:53 ned.deily set nosy: + ned.deilymessages: +
2014-03-07 08:00:48 chester.burns create