J'ai un problème assez déroutant:
Je construis un programme python en utilisant tkinter. Ensuite, j'ai mis à niveau mon ubuntu 13.10 (amd64) vers ubuntu 14.04 LTS, maintenant j'ai essayé d'exécuter mon programme tkinter. Mon compilateur m'a dit
ImportError: No module named tkinter
(La même chose avec Tkinter ou tk / Tk) Ensuite, j'ai essayé de réinstaller tkinter en utilisant pip:
$ pip install tkinter
Could not find any downloads that satisfy the requirement tkinter
Cleaning up...
No distributions at all found for tkinter
encore la même chose avec Tkinter, tkinter, tk et Tk
Alors, qu'est-ce-qu'il s'est passé? Dois-je exécuter quelque chose comme
$ pip update
(parce que tk n'est plus dans le dépôt pip) Mais pourquoi n'est-il plus installé sur mon PC?
Edit: 1. Je n'ai pas d'accès root 2. dans le pip.log est
>
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
quelque chose d'assez proche s'est produit lorsque j'ai essayé d'installer quelque chose en utilisant apt sur mon RaspberryPi sans exécuter
$ apt-get update
pour quelques mois
Je serais heureux de vous aider.