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 ronixx
Recipients ronixx
Date 2015-11-19.00:03:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447891406.93.0.234833254631.issue25662@psf.upfronthosting.co.za>
In-reply-to
Content
For a while now my python IDLE has not been working, mostly due to me trying and failing to reconfigure the button assignment to tailor me. Now when i try to open idle it does not open. I tried using some sites for help (http://www.gossamer-threads.com/lists/python/bugs/901999) which had a similar error however, even with a new config file it still wasn't working. Please could I get some help as I need python running on my laptop to do my university coursework. I've attached a file with the error message from cmd.exe and will paste it again;

C:\Users\Francesca>C:\Users\Francesca\AppData\Local\Programs\Python\Python35-32\
Lib\idlelib\idle.py
Traceback (most recent call last):
  File "C:\Users\Francesca\AppData\Local\Programs\Python\Python35-32\Lib\idlelib
\idle.py", line 11, in <module>
    idlelib.PyShell.main()
  File "C:\Users\Francesca\AppData\Local\Programs\Python\Python35-32\Lib\idlelib
\PyShell.py", line 1560, in main
    shell = flist.open_shell()
  File "C:\Users\Francesca\AppData\Local\Programs\Python\Python35-32\Lib\idlelib
\PyShell.py", line 320, in open_shell
    self.pyshell = PyShell(self)
  File "C:\Users\Francesca\AppData\Local\Programs\Python\Python35-32\Lib\idlelib
\PyShell.py", line 867, in __init__
    OutputWindow.__init__(self, flist, None, None)
  File "C:\Users\Francesca\AppData\Local\Programs\Python\Python35-32\Lib\idlelib
\OutputWindow.py", line 16, in __init__
    EditorWindow.__init__(self, *args)
  File "C:\Users\Francesca\AppData\Local\Programs\Python\Python35-32\Lib\idlelib
\EditorWindow.py", line 167, in __init__
    self.apply_bindings()
  File "C:\Users\Francesca\AppData\Local\Programs\Python\Python35-32\Lib\idlelib
\EditorWindow.py", line 1097, in apply_bindings
    text.event_add(event, *keylist)
  File "C:\Users\Francesca\AppData\Local\Programs\Python\Python35-32\Lib\idlelib
\MultiCall.py", line 374, in event_add
    widget.event_add(self, virtual, seq)
  File "C:\Users\Francesca\AppData\Local\Programs\Python\Python35-32\Lib\tkinter
\__init__.py", line 1503, in event_add
    self.tk.call(args)
_tkinter.TclError: bad event type or keysym "Alt"
History
Date User Action Args
2015-11-19 00:03:26ronixxsetrecipients: + ronixx
2015-11-19 00:03:26ronixxsetmessageid: <1447891406.93.0.234833254631.issue25662@psf.upfronthosting.co.za>
2015-11-19 00:03:26ronixxlinkissue25662 messages
2015-11-19 00:03:26ronixxcreate