Eu tenho um problema bastante confuso:
Eu construo um programa python usando o tkinter. Então eu atualizei meu ubuntu 13.10 (amd64) para o ubuntu 14.04 LTS, agora tentei executar meu programa tkinter. Meu compilador me disse
ImportError: No module named tkinter
(O mesmo acontece com Tkinter ou tk / Tk) Então tentei reinstalar o tkinter usando o pip:
$ pip install tkinter
Could not find any downloads that satisfy the requirement tkinter
Cleaning up...
No distributions at all found for tkinter
novamente o mesmo com Tkinter, tkinter, tk e Tk
Então o que aconteceu? Eu tenho que executar algo como
$ pip update
(porque tk não está mais no repositório pip) Mas por que não está mais instalado no meu pc?
Edit: 1. Não tenho acesso root 2. no pip.log é
>
Downloading/unpacking tk Getting page
> https://pypi.python.org/simple/tk/ Could not fetch URL
> https://pypi.python.org/simple/tk/: 404 Client Error: Not Found Will
> skip URL https://pypi.python.org/simple/tk/ when looking for download
> links for tk Getting page https://pypi.python.org/simple/ URLs to
> search for versions for tk: * https://pypi.python.org/simple/tk/
> Getting page https://pypi.python.org/simple/tk/ Could not fetch URL
> https://pypi.python.org/simple/tk/: 404 Client Error: Not Found Will
> skip URL https://pypi.python.org/simple/tk/ when looking for download
> links for tk Could not find any downloads that satisfy the
> requirement tk
aconteceu algo muito próximo quando tentei instalar algo usando o apt no meu RaspberryPi sem executar
$ apt-get update
por alguns meses
Eu ficaria feliz por alguma ajuda.