silvajeferson82
(usa Ubuntu)
Enviado em 13/04/2017 - 22:49h
Lisandro escreveu:
No terminal digite idle e pressione tab. As opções de IDLE disponíveis vão aparecer.
Abraço
Obrigado pelo retorno Lisandro, consegui identificar as versões instaladas, porem ainda não consegui abrir a versão mais recente.
Quando tento abrir pelo comando :~$ idle3& tenho seguinte resposta do terminal:
jeferson@ubuntu:~$ idle
idle idle3.6 idle-python3.4
idle3 idle-python2.7
jeferson@ubuntu:~$ idle3&
[2] 3082
[1] Concluído idle
jeferson@ubuntu:~$ Traceback (most recent call last):
File "/usr/local/lib/python3.6/idlelib/pyshell.py", line 4, in <module>
from tkinter import *
File "/usr/local/lib/python3.6/tkinter/__init__.py", line 36, in <module>
import _tkinter # If this fails your Python may not be configured for Tk
ModuleNotFoundError: No module named '_tkinter'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/bin/idle3", line 3, in <module>
from idlelib.pyshell import main
File "/usr/local/lib/python3.6/idlelib/pyshell.py", line 7, in <module>
"Your Python may not be configured for Tk. **", file=sys.__stderr__)
NameError: name 'sys' is not defined