Ho un problema piuttosto confuso:
Costruisco un programma Python usando tkinter. Quindi ho aggiornato il mio ubuntu 13.10 (amd64) a Ubuntu 14.04 LTS, ora ho provato a eseguire il mio programma tkinter. Me l'ha detto il mio compilatore
ImportError: No module named tkinter
(Lo stesso con Tkinter o tk / Tk) Quindi ho provato a reinstallare 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
di nuovo lo stesso con Tkinter, tkinter, tk e Tk
Allora, cos'è successo? Devo eseguire qualcosa del genere
$ pip update
(perché tk non è più nel repository pip) Ma perché non è più installato sul mio pc?
Modifica: 1. Non ho alcun accesso root 2. in 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
è successo qualcosa di molto vicino quando ho provato a installare qualcosa usando apt sul mio RaspberryPi senza correre
$ apt-get update
per alcuni mesi
Sarei felice di ricevere aiuto.