Enviado em 05/07/2016 - 19:37h
Eu estou aprendendo python(3.4.5) e cheguei numa parte do curso em que aprende sobre o tkinter, ja tentei darfrom Tkinter import *
from tkinter import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named 'Tkinter'
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.4/tkinter/__init__.py", line 38, in <module>
import _tkinter # If this fails your Python may not be configured for Tk
ImportError: No module named '_tkinter'