Serhiy Storchaka added the comment:

Run IDLE from command line and you will see:

configparser.DuplicateOptionError: While reading from 
.../.idlerc/config-highlight.cfg [line 29]: option 'cursor-foreground' in 
section 'Rajesh_Python_Settings' already exists

Your configuration is wrong. Just remove duplicated option 'cursor-foreground' 
(and other duplications if they exist).

However 2.7 and 3.1 are tolerant for this. This is an IDLE bug, a regression in 
3.2.

----------
keywords: +3.2regression
stage:  -> needs patch
type:  -> behavior
versions: +Python 3.3, Python 3.4

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

Reply via email to