IDLE closing alone by pressing quote

Asked

Viewed 1,700 times

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?

inserir a descrição da imagem aqui

  • Have you changed any settings recently? Have you looked at whether the single quote is set to shortcut? Go to Options - Configure IDLE - flap Keys.

  • I was able to fix it. I needed to install version 8.5.18 of Tlc/TK

  • 1

    That’s great. If possible post as answer (and accept it) the resolution of the problem. =)

  • 1

    I posted. I must wait two days to accept. Thank you!

2 answers

3


  • 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

You are not signed in. Login or sign up in order to post.