Roger Serwy added the comment:

This is still a bug with 2.7 and 3.4. I just tried leaving the width and height 
fields in config-main.cfg and IDLE had raised the error:

    _tkinter.TclError: expected integer but got ""

The width and height keys in the text_options dictionary in EditorWindow.py are 
set to blank strings instead of a number of a number as a string. 

IDLE not showing up is a symptom of issue13582.

----------
nosy: +serwy
versions: +Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16511>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to