IDLE closing by pressing single

2

Until today I was using the terminal itself to program in Python, however today I decided to download the IDLE. When I try to put the single quotation mark (') it simply closes. Can anyone help me?

    
asked by anonymous 19.05.2015 / 01:36

2 answers

3

OS X only

You should install version 8.5.18 of Tlc / Tk, found on the site: link

More information is provided in the documentation for Python's own website, found at the link: link

    
19.05.2015 / 03:41
2

IDLE uses Tkinter's standard Python library to provide GUI functionality. Tkinter is an interface to the multi-platformTk graphical interface, part of Tcl / Tk. Unfortunately, OS X currently does not support all of the standard word processing features in Mac OS X.

Simply change the keyboard to USA instead of USA international

    
23.03.2016 / 00:12