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 serhiy.storchaka
Recipients rjs.swarnkar, serhiy.storchaka
Date 2013-02-04.12:38:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359981540.13.0.786931575007.issue17114@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-02-04 12:39:00serhiy.storchakasetrecipients: + serhiy.storchaka, rjs.swarnkar
2013-02-04 12:39:00serhiy.storchakasetmessageid: <1359981540.13.0.786931575007.issue17114@psf.upfronthosting.co.za>
2013-02-04 12:39:00serhiy.storchakalinkissue17114 messages
2013-02-04 12:38:59serhiy.storchakacreate