Ich habe ein ziemlich verwirrendes Problem:
Ich baue ein Python-Programm mit tkinter. Dann habe ich mein Ubuntu 13.10 (amd64) auf Ubuntu 14.04 LTS aktualisiert, jetzt habe ich versucht, mein tkinter-Programm auszuführen. Mein Compiler hat es mir gesagt
ImportError: No module named tkinter
(Dasselbe mit Tkinter oder tk / Tk) Dann habe ich versucht, tkinter mit pip neu zu installieren:
$ pip install tkinter
Could not find any downloads that satisfy the requirement tkinter
Cleaning up...
No distributions at all found for tkinter
wieder dasselbe mit Tkinter, tkinter, tk und Tk
Also was ist passiert? Muss ich sowas laufen lassen?
$ pip update
(weil tk nicht mehr im pip-repository ist) Aber warum ist es nicht mehr auf meinem pc installiert?
Edit: 1. Ich habe keinen root-Zugang 2. In der pip.log steht
>
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
Als ich versuchte, mit apt etwas auf meinem RaspberryPi zu installieren, ohne es auszuführen, passierte etwas ziemlich Nahes
$ apt-get update
für ein paar Monate
Ich würde mich über Hilfe freuen.