[issue20863] IDLE not opening

Chester Burns report at bugs.python.org
Fri Mar 7 10:31:48 CET 2014


Chester Burns added the comment:

I tried that and it came up with this:

Traceback (most recent call last):
  File "/usr/local/bin/idle3.3", line 5, in <module>
    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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20863>
_______________________________________


More information about the Python-bugs-list mailing list