Tengo un problema bastante confuso:
Construyo un programa de Python usando tkinter. Luego actualicé mi ubuntu 13.10 (amd64) a ubuntu 14.04 LTS, ahora intenté ejecutar mi programa tkinter. Mi compilador me dijo
ImportError: No module named tkinter
(Lo mismo con Tkinter o tk / Tk) Luego intenté reinstalar tkinter usando pip:
$ pip install tkinter
Could not find any downloads that satisfy the requirement tkinter
Cleaning up...
No distributions at all found for tkinter
de nuevo lo mismo con Tkinter, tkinter, tk y Tk
¿Entonces qué pasó? ¿Tengo que correr algo como
$ pip update
(porque tk ya no está en el repositorio de pip) Pero, ¿por qué ya no está instalado en mi PC?
Editar: 1. No tengo acceso a la raíz 2. en el pip.log es
>
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
sucedió algo bastante parecido cuando intenté instalar algo usando apt en mi RaspberryPi sin ejecutar
$ apt-get update
por unos pocos meses
Me alegraría un poco de ayuda.