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 dar
Não existe o modulo tkinter nem Tkinter
Eu ja tentei sudo apt-get python3-tk e ja tentei sudo update-python-modules -a
nenhum funciona, alguem tem alguma ideia?
from Tkinter import *e ja tentei
from tkinter import *os dois dão o mesmo erro
Traceback (most recent call last):e
File "<stdin>", line 1, in <module>
ImportError: No module named 'Tkinter'
Traceback (most recent call last):E pelo o que sei de inglês, isto se resume a:
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'
Não existe o modulo tkinter nem Tkinter
Eu ja tentei sudo apt-get python3-tk e ja tentei sudo update-python-modules -a
nenhum funciona, alguem tem alguma ideia?