ImportError: Name '_imagingtk' kann nicht importiert werden

Ich verwende Anaconda mit Python 3.4 und kann nicht alle Kissenpakete abrufen, die ich fürchte, unter Windows 8.1.

Ich habe das Kissen über die Anaconda-Konsole installiert mit:

pip install pillow

was dazu führt, dass:

The following packages will be UPDATED:

    conda:      3.10.0-py34_0 --> 3.10.1-py34_0
    conda-env:  2.1.3-py34_0  --> 2.1.4-py34_0
    pillow:     2.7.0-py34_0  --> 2.8.1-py34_0
    pip:        6.0.8-py34_0  --> 6.1.1-py34_0
    setuptools: 14.3-py34_0   --> 15.0-py34_0

Nun, in der IPython-Konsole von Spyder beginne ich mit:import tkinter, from PIL import ImageTk Ich habe hier keine Fehler, aber beim Ausführen vonImageTk.PhotoImage(file='a.jpg') Ich erhalte eine Fehlermeldung und sage:ImportError: cannot import name '_imagingtk'

Was habe ich verpasst

Antworten auf die Frage(4)

Ihre Antwort auf die Frage