2
Until today I was using the terminal itself to program in Python, but today I decided to download IDLE.
When I try to put the single quote ( ' ) it just closes.
Can someone help me?
2
Until today I was using the terminal itself to program in Python, but today I decided to download IDLE.
When I try to put the single quote ( ' ) it just closes.
Can someone help me?
3
Only in OS X
Must install version 8.5.18 of Tlc/Tk, found on the site: http://www.activestate.com/activetcl/downloads
More information indicated in the documentation of the Python website itself, found in the link: https://www.python.org/download/mac/tcltk/
Dear Gabriel, there is also the possibility of you using Ipython, an interactive and super cool IDE to be used, since it generates graphics and etc.
2
IDLE uses Tkinter from the standard Python library to provide GUI functionality. Tkinter is an interface to the multi-platformTk graphical interface, part of Tcl / Tk. Unfortunately, on OS X currently does not support all standard text processing features on Mac OS X.
Simply switch the keyboard to US instead of US international
Browser other questions tagged python osx
You are not signed in. Login or sign up in order to post.
Have you changed any settings recently? Have you looked at whether the single quote is set to shortcut? Go to
Options
-Configure IDLE
- flapKeys
.– stderr
I was able to fix it. I needed to install version 8.5.18 of Tlc/TK
– Gabriel Azevedo
That’s great. If possible post as answer (and accept it) the resolution of the problem. =)
– stderr
I posted. I must wait two days to accept. Thank you!
– Gabriel Azevedo