Ned Deily <n...@acm.org> added the comment:

Also, you could try temporarily renaming the .idlerc folder in your User 
folder; this is where IDLE stores several configuration files which can be a 
cause of problems if they have incorrect values.  And you could also try to run 
IDLE from the Python command line.  Launch Python 3.2 -> Python (command line), 
then in the interactive interpreter enter:

    import idlelib.PyShell
    idlelib.PyShell.main()

Additional error messages may show up in the command line window.

----------

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

Reply via email to