[issue14997] Syntax Error in Python Version Number

Ned Deily report at bugs.python.org
Mon Jun 4 23:02:26 CEST 2012


Ned Deily <nad at acm.org> added the comment:

Try launching Python 2.7 -> 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.  But also try renaming or deleting the .idlerc folder in your User folder.  You may have an IDLE configuration file with an unexpected value.

----------
nosy: +ned.deily

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14997>
_______________________________________


More information about the Python-bugs-list mailing list