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.

Author dbackhaus
Recipients dbackhaus
Date 2013-06-20.14:40:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371739202.98.0.896833417364.issue18270@psf.upfronthosting.co.za>
In-reply-to
Content
It just worked fine yesterday, but when I start IDLE (with and without trying to open a file at the same time) I get this error.


 Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/2.7/bin/idle", line 5, in <module>
    main()
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/idlelib/PyShell.py", line 1560, in main
    shell.interp.runcommand(''.join(("print('", tkversionwarning, "')")))
AttributeError: 'NoneType' object has no attribute 'interp'
History
Date User Action Args
2013-06-20 14:40:03dbackhaussetrecipients: + dbackhaus
2013-06-20 14:40:02dbackhaussetmessageid: <1371739202.98.0.896833417364.issue18270@psf.upfronthosting.co.za>
2013-06-20 14:40:02dbackhauslinkissue18270 messages
2013-06-20 14:40:02dbackhauscreate