[issue17114] Python IDLE GUI does not open in Ubuntu 12.04

Serhiy Storchaka report at bugs.python.org
Mon Feb 4 13:39:00 CET 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue17114>
_______________________________________


More information about the Python-bugs-list mailing list